package
0.0.0-20200412164013-30b2b69674b6
Repository: https://github.com/the729/go-libra.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Account state as a whole.
No description provided by the author
The complete proof used to authenticate an account state.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
An event emitted from a smart contract.
The complete proof used to authenticate an event.
A list of EventList's, each representing all events for a transaction.
A list of events.
An event along with the proof for the event.
Gets latest state for an account.
State information returned by a get account state query.
----------------------------------------------------------------------------- ---------------- Get single transaction by account + sequence number ----------------------------------------------------------------------------- Get transactions that altered an account - this includes both sent and received.
Transaction information for transactions requested by GetAccountTransactionsRequest.
Get events that exist on an event access path.
No description provided by the author
Get up to limit transactions starting from start_version.
No description provided by the author
Even though we don't always need all hashes, we pass them in and return them always so that we keep them in sync on the client and don't make the client worry about which one(s) to pass in which cases This structure serves a dual purpose.
The validator node returns this structure which includes signatures from each validator to confirm the state.
The statuses and errors produced by the Mempool during transaction insertion.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Individual response items to the queries posed by the requests.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A generic structure that represents signed RawTransaction.
A generic structure that represents a block of transactions originated from a particular validator instance.
No description provided by the author
No description provided by the author
A generic structure that represents a transaction, covering all possible variants.
An argument to the transaction if the transaction takes arguments.
`TransactionInfo` is the object we store in the transaction accumulator.
The complete proof used to authenticate a list of transactions.
A list of consecutive transactions with proof.
The complete proof used to authenticate a transaction.
Transaction struct to commit to storage.
No description provided by the author
This API is used to update the client to the latest ledger version and optionally also request 1..n other pieces of data.
Response from getting latest ledger.
This is used to prove validator changes.
Protobuf definition for the Rust struct ValidatorInfo.
Protobuf definition for the Rust struct ValidatorSet.
No description provided by the author
The statuses and errors produced by the VM can be categorized into a couple different types: 1.

# Type aliases

No description provided by the author