Files
rippled/include/xrpl/protocol/LedgerHeader.h.ai.json
2026-05-18 22:59:19 +02:00

60 lines
1.2 KiB
JSON

{
"args": [],
"classes": [
{
"args": [],
"lineno": 10,
"name": "LedgerHeader"
}
],
"description": "Defines the LedgerHeader struct and related functions for handling ledger metadata in the XRPL protocol, including serialization, deserialization, and hash calculation.",
"file_path": "workflow/XRPLF-rippled-develop/source/include/xrpl/protocol/LedgerHeader.h",
"functions": [
{
"args": [
"LedgerHeader const& info"
],
"lineno": 46,
"name": "getCloseAgree"
},
{
"args": [
"LedgerHeader const&",
"Serializer&",
"bool includeHash"
],
"lineno": 51,
"name": "addRaw"
},
{
"args": [
"Slice data",
"bool hasHash"
],
"lineno": 54,
"name": "deserializeHeader"
},
{
"args": [
"Slice data",
"bool hasHash"
],
"lineno": 57,
"name": "deserializePrefixedHeader"
},
{
"args": [
"LedgerHeader const& info"
],
"lineno": 60,
"name": "calculateLedgerHash"
}
],
"language": "c header",
"namespaces": [
{
"lineno": 8,
"name": "xrpl"
}
]
}