pub trait CheckedMetadata {
    fn balances(self) -> InitialBalances;
}
Expand description

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

Required Methods§

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

Implementations on Foreign Types§

Implementors§