Enum diem_data_client::ResponsePayload [−][src]
pub enum ResponsePayload {
AccountStatesWithProof(AccountStatesChunkWithProof),
EpochEndingLedgerInfos(Vec<LedgerInfoWithSignatures>),
NumberOfAccountStates(u64),
TransactionOutputsWithProof(TransactionOutputListWithProof),
TransactionsWithProof(TransactionListWithProof),
}Expand description
The different data client response payloads as an enum.
Variants
AccountStatesWithProof(AccountStatesChunkWithProof)Tuple Fields of AccountStatesWithProof
EpochEndingLedgerInfos(Vec<LedgerInfoWithSignatures>)Tuple Fields of EpochEndingLedgerInfos
NumberOfAccountStates(u64)Tuple Fields of NumberOfAccountStates
0: u64TransactionOutputsWithProof(TransactionOutputListWithProof)Tuple Fields of TransactionOutputsWithProof
TransactionsWithProof(TransactionListWithProof)Tuple Fields of TransactionsWithProof
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ResponsePayload
impl Send for ResponsePayload
impl Sync for ResponsePayload
impl Unpin for ResponsePayload
impl UnwindSafe for ResponsePayload
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self