fuel_vm::interpreter

Trait CheckedMetadata

source
pub trait CheckedMetadata {
    // Required method
    fn balances(&self) -> InitialBalances;
}
Expand description

Methods that should be implemented by the checked metadata of supported transactions.

Required Methods§

source

fn balances(&self) -> InitialBalances

Returns the initial balances from the checked metadata of the transaction.

Implementors§