Returns account state (AccountView) by given address
Returns the account state to the client, alongside a proof relative to the version and
ledger_version specified by the client. If version or ledger_version are not specified,
the latest known versions will be used.
Returns account transaction by account and sequence_number
Returns all account transactions
Return a serialized list of an account’s transactions along with a proof for
each transaction.
Returns a proof that allows a client to extend their accumulator summary from
client_known_version
(or pre-genesis if None
) to ledger_version
.
Returns meta information about supported currencies
Returns the latest event at or below the requested version along with proof.
Returns events by given access path
Returns events by given access path along with their proofs
Returns the blockchain metadata for a specified version. If no version is specified, default to
returning the current blockchain metadata
Can be used to verify that target Full Node is up-to-date
Returns the number of peers this node is connected to
Get all resources stored under account_address
at version
Returns proof of new state relative to version known to client
Returns transactions by range
Returns transactions by range with proofs