| Class | Description |
|---|---|
| AccessPathOuterClass | |
| AccessPathOuterClass.AccessPath |
Protobuf type
types.AccessPath |
| AccessPathOuterClass.AccessPath.Builder |
Protobuf type
types.AccessPath |
| AccountStateBlobOuterClass | |
| AccountStateBlobOuterClass.AccountStateBlob |
Protobuf type
types.AccountStateBlob |
| AccountStateBlobOuterClass.AccountStateBlob.Builder |
Protobuf type
types.AccountStateBlob |
| AccountStateBlobOuterClass.AccountStateWithProof |
Protobuf type
types.AccountStateWithProof |
| AccountStateBlobOuterClass.AccountStateWithProof.Builder |
Protobuf type
types.AccountStateWithProof |
| Events | |
| Events.Event |
An event emitted from a smart contract
|
| Events.Event.Builder |
An event emitted from a smart contract
|
| Events.EventsForVersions |
A list of EventList's, each representing all events for a transaction.
|
| Events.EventsForVersions.Builder |
A list of EventList's, each representing all events for a transaction.
|
| Events.EventsList |
A list of events.
|
| Events.EventsList.Builder |
A list of events.
|
| Events.EventWithProof |
An event along with the proof for the event
|
| Events.EventWithProof.Builder |
An event along with the proof for the event
|
| GetWithProof | |
| GetWithProof.GetAccountStateRequest |
Gets latest state for an account.
|
| GetWithProof.GetAccountStateRequest.Builder |
Gets latest state for an account.
|
| GetWithProof.GetAccountStateResponse |
State information returned by a get account state query.
|
| GetWithProof.GetAccountStateResponse.Builder |
State information returned by a get account state query.
|
| GetWithProof.GetAccountTransactionBySequenceNumberRequest |
-----------------------------------------------------------------------------
---------------- Get single transaction by account + sequence number
-----------------------------------------------------------------------------
Get transactions that altered an account - this includes both sent and
received.
|
| GetWithProof.GetAccountTransactionBySequenceNumberRequest.Builder |
-----------------------------------------------------------------------------
---------------- Get single transaction by account + sequence number
-----------------------------------------------------------------------------
Get transactions that altered an account - this includes both sent and
received.
|
| GetWithProof.GetAccountTransactionBySequenceNumberResponse |
Transaction information for transactions requested by
GetAccountTransactionsRequest
|
| GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
Transaction information for transactions requested by
GetAccountTransactionsRequest
|
| GetWithProof.GetEventsByEventAccessPathRequest |
Get events that exist on an event access path.
|
| GetWithProof.GetEventsByEventAccessPathRequest.Builder |
Get events that exist on an event access path.
|
| GetWithProof.GetEventsByEventAccessPathResponse |
Protobuf type
types.GetEventsByEventAccessPathResponse |
| GetWithProof.GetEventsByEventAccessPathResponse.Builder |
Protobuf type
types.GetEventsByEventAccessPathResponse |
| GetWithProof.GetTransactionsRequest |
Get up to limit transactions starting from start_version.
|
| GetWithProof.GetTransactionsRequest.Builder |
Get up to limit transactions starting from start_version.
|
| GetWithProof.GetTransactionsResponse |
Protobuf type
types.GetTransactionsResponse |
| GetWithProof.GetTransactionsResponse.Builder |
Protobuf type
types.GetTransactionsResponse |
| GetWithProof.RequestItem |
Protobuf type
types.RequestItem |
| GetWithProof.RequestItem.Builder |
Protobuf type
types.RequestItem |
| GetWithProof.ResponseItem |
Individual response items to the queries posed by the requests
|
| GetWithProof.ResponseItem.Builder |
Individual response items to the queries posed by the requests
|
| GetWithProof.UpdateToLatestLedgerRequest |
This API is used to update the client to the latest ledger version and
optionally also request 1..n other pieces of data.
|
| GetWithProof.UpdateToLatestLedgerRequest.Builder |
This API is used to update the client to the latest ledger version and
optionally also request 1..n other pieces of data.
|
| GetWithProof.UpdateToLatestLedgerResponse |
Response from getting latest ledger
|
| GetWithProof.UpdateToLatestLedgerResponse.Builder |
Response from getting latest ledger
|
| LanguageStorage | |
| LanguageStorage.ModuleId |
/ The unique identifier for a module on the chain.
|
| LanguageStorage.ModuleId.Builder |
/ The unique identifier for a module on the chain.
|
| LedgerInfoOuterClass | |
| LedgerInfoOuterClass.LedgerInfo |
/ 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.
|
| LedgerInfoOuterClass.LedgerInfo.Builder |
/ 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.
|
| LedgerInfoOuterClass.LedgerInfoWithSignatures |
/ The validator node returns this structure which includes signatures
/ from each validator to confirm the state.
|
| LedgerInfoOuterClass.LedgerInfoWithSignatures.Builder |
/ The validator node returns this structure which includes signatures
/ from each validator to confirm the state.
|
| LedgerInfoOuterClass.ValidatorSignature |
Protobuf type
types.ValidatorSignature |
| LedgerInfoOuterClass.ValidatorSignature.Builder |
Protobuf type
types.ValidatorSignature |
| Proof | |
| Proof.AccountStateProof |
The complete proof used to authenticate an account state.
|
| Proof.AccountStateProof.Builder |
The complete proof used to authenticate an account state.
|
| Proof.AccumulatorConsistencyProof |
Protobuf type
types.AccumulatorConsistencyProof |
| Proof.AccumulatorConsistencyProof.Builder |
Protobuf type
types.AccumulatorConsistencyProof |
| Proof.AccumulatorProof |
Protobuf type
types.AccumulatorProof |
| Proof.AccumulatorProof.Builder |
Protobuf type
types.AccumulatorProof |
| Proof.EventProof |
The complete proof used to authenticate an event.
|
| Proof.EventProof.Builder |
The complete proof used to authenticate an event.
|
| Proof.SignedTransactionProof |
The complete proof used to authenticate a signed transaction.
|
| Proof.SignedTransactionProof.Builder |
The complete proof used to authenticate a signed transaction.
|
| Proof.SparseMerkleProof |
Protobuf type
types.SparseMerkleProof |
| Proof.SparseMerkleProof.Builder |
Protobuf type
types.SparseMerkleProof |
| Transaction | |
| Transaction.AccountState |
Account state as a whole.
|
| Transaction.AccountState.Builder |
Account state as a whole.
|
| Transaction.Module |
A Move Module to publish
|
| Transaction.Module.Builder |
A Move Module to publish
|
| Transaction.Program |
The code for the transaction to execute
|
| Transaction.Program.Builder |
The code for the transaction to execute
|
| Transaction.RawTransaction |
A generic structure that describes a transaction that a client submits
|
| Transaction.RawTransaction.Builder |
A generic structure that describes a transaction that a client submits
|
| Transaction.Script |
The code for the transaction to execute
|
| Transaction.Script.Builder |
The code for the transaction to execute
|
| Transaction.SignedTransaction |
A generic structure that represents signed RawTransaction
|
| Transaction.SignedTransaction.Builder |
A generic structure that represents signed RawTransaction
|
| Transaction.SignedTransactionsBlock |
A generic structure that represents a block of transactions originated from a
particular validator instance.
|
| Transaction.SignedTransactionsBlock.Builder |
A generic structure that represents a block of transactions originated from a
particular validator instance.
|
| Transaction.SignedTransactionWithProof |
Protobuf type
types.SignedTransactionWithProof |
| Transaction.SignedTransactionWithProof.Builder |
Protobuf type
types.SignedTransactionWithProof |
| Transaction.TransactionArgument |
An argument to the transaction if the transaction takes arguments
|
| Transaction.TransactionArgument.Builder |
An argument to the transaction if the transaction takes arguments
|
| Transaction.TransactionListWithProof |
A list of consecutive transactions with proof.
|
| Transaction.TransactionListWithProof.Builder |
A list of consecutive transactions with proof.
|
| Transaction.TransactionToCommit |
Transaction struct to commit to storage
|
| Transaction.TransactionToCommit.Builder |
Transaction struct to commit to storage
|
| Transaction.WriteOp |
Write Operation on underlying storage.
|
| Transaction.WriteOp.Builder |
Write Operation on underlying storage.
|
| Transaction.WriteSet |
Set of WriteOps to save to storage.
|
| Transaction.WriteSet.Builder |
Set of WriteOps to save to storage.
|
| TransactionInfoOuterClass | |
| TransactionInfoOuterClass.TransactionInfo |
`TransactionInfo` is the object we store in the transaction accumulator.
|
| TransactionInfoOuterClass.TransactionInfo.Builder |
`TransactionInfo` is the object we store in the transaction accumulator.
|
| ValidatorChange | |
| ValidatorChange.ValidatorChangeEventWithProof |
This is used to prove validator changes.
|
| ValidatorChange.ValidatorChangeEventWithProof.Builder |
This is used to prove validator changes.
|
| ValidatorPublicKeysOuterClass | |
| ValidatorPublicKeysOuterClass.ValidatorPublicKeys |
Protobuf definition for the Rust struct ValidatorPublicKeys
|
| ValidatorPublicKeysOuterClass.ValidatorPublicKeys.Builder |
Protobuf definition for the Rust struct ValidatorPublicKeys
|
| ValidatorSetOuterClass | |
| ValidatorSetOuterClass.ValidatorSet |
Protobuf definition for the Rust struct ValidatorSet.
|
| ValidatorSetOuterClass.ValidatorSet.Builder |
Protobuf definition for the Rust struct ValidatorSet.
|
| VmErrors | |
| VmErrors.Aborted |
user-defined abort error code number
|
| VmErrors.Aborted.Builder |
user-defined abort error code number
|
| VmErrors.ArithmeticError |
Protobuf type
types.ArithmeticError |
| VmErrors.ArithmeticError.Builder |
Protobuf type
types.ArithmeticError |
| VmErrors.DynamicReferenceError |
Protobuf type
types.DynamicReferenceError |
| VmErrors.DynamicReferenceError.Builder |
Protobuf type
types.DynamicReferenceError |
| VmErrors.ExecutionStatus |
Protobuf type
types.ExecutionStatus |
| VmErrors.ExecutionStatus.Builder |
Protobuf type
types.ExecutionStatus |
| VmErrors.VMStatus |
The status of the VM
|
| VmErrors.VMStatus.Builder |
The status of the VM
|
| VmErrors.VMValidationStatus |
Protobuf type
types.VMValidationStatus |
| VmErrors.VMValidationStatus.Builder |
Protobuf type
types.VMValidationStatus |
| VmErrors.VMVerificationStatus |
Protobuf type
types.VMVerificationStatus |
| VmErrors.VMVerificationStatus.Builder |
Protobuf type
types.VMVerificationStatus |
| VmErrors.VMVerificationStatusList |
Protobuf type
types.VMVerificationStatusList |
| VmErrors.VMVerificationStatusList.Builder |
Protobuf type
types.VMVerificationStatusList |
| Enum | Description |
|---|---|
| GetWithProof.RequestItem.RequestedItemsCase | |
| GetWithProof.ResponseItem.ResponseItemsCase | |
| Transaction.RawTransaction.PayloadCase | |
| Transaction.TransactionArgument.ArgType |
Protobuf enum
types.TransactionArgument.ArgType |
| Transaction.WriteOpType |
Type of write operation
|
| VmErrors.ArithmeticError.ArithmeticErrorType |
Protobuf enum
types.ArithmeticError.ArithmeticErrorType |
| VmErrors.BinaryError |
Errors that can arise from binary decoding (deserialization)
|
| VmErrors.DynamicReferenceError.DynamicReferenceErrorType |
Protobuf enum
types.DynamicReferenceError.DynamicReferenceErrorType |
| VmErrors.ExecutionStatus.ExecutionStatusCase | |
| VmErrors.RuntimeStatus |
Protobuf enum
types.RuntimeStatus |
| VmErrors.VMInvariantViolationError |
These are errors that the VM might raise if a violation of internal
invariants takes place.
|
| VmErrors.VMStatus.ErrorTypeCase | |
| VmErrors.VMValidationStatusCode |
The status of a transaction as determined by the prologue.
|
| VmErrors.VMVerificationErrorKind |
When a code module/script is published it is verified.
|
| VmErrors.VMVerificationStatus.StatusKind |
Protobuf enum
types.VMVerificationStatus.StatusKind |
Copyright © 2019. All rights reserved.