Struct solana_runtime::bank::TransactionSimulationResult
source · [−]pub struct TransactionSimulationResult {
pub result: Result<()>,
pub logs: TransactionLogMessages,
pub post_simulation_accounts: Vec<(Pubkey, AccountSharedData)>,
pub units_consumed: u64,
}
Fields
result: Result<()>
logs: TransactionLogMessages
post_simulation_accounts: Vec<(Pubkey, AccountSharedData)>
units_consumed: u64
Auto Trait Implementations
impl RefUnwindSafe for TransactionSimulationResult
impl Send for TransactionSimulationResult
impl Sync for TransactionSimulationResult
impl Unpin for TransactionSimulationResult
impl UnwindSafe for TransactionSimulationResult
Blanket Implementations
Mutably borrows from an owned value. 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