Struct near_chain::types::ApplyTransactionResult [−][src]
pub struct ApplyTransactionResult {
pub trie_changes: WrappedTrieChanges,
pub new_root: StateRoot,
pub outcomes: Vec<ExecutionOutcomeWithId>,
pub outgoing_receipts: Vec<Receipt>,
pub validator_proposals: Vec<ValidatorStake>,
pub total_gas_burnt: Gas,
pub total_balance_burnt: Balance,
pub proof: Option<PartialStorage>,
pub processed_delayed_receipts: Vec<Receipt>,
}Fields
trie_changes: WrappedTrieChangesnew_root: StateRootoutcomes: Vec<ExecutionOutcomeWithId>outgoing_receipts: Vec<Receipt>validator_proposals: Vec<ValidatorStake>total_gas_burnt: Gastotal_balance_burnt: Balanceproof: Option<PartialStorage>processed_delayed_receipts: Vec<Receipt>Implementations
pub fn compute_outcomes_proof(
outcomes: &[ExecutionOutcomeWithId]
) -> (MerkleHash, Vec<MerklePath>)
pub fn compute_outcomes_proof(
outcomes: &[ExecutionOutcomeWithId]
) -> (MerkleHash, Vec<MerklePath>)
Returns root and paths for all the outcomes in the result.
Auto Trait Implementations
impl !RefUnwindSafe for ApplyTransactionResult
impl Send for ApplyTransactionResult
impl Sync for ApplyTransactionResult
impl Unpin for ApplyTransactionResult
impl !UnwindSafe for ApplyTransactionResult
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more