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§
sourcefn balances(&self) -> InitialBalances
fn balances(&self) -> InitialBalances
Returns the initial balances from the checked metadata of the transaction.