[][src]Trait sunshine_bounty_client::Bank

The subset of the bank trait and its inherited traits that the client must inherit

Associated Types

type SpendId: Parameter + Member + AtLeast32Bit + Codec + Default + Copy + MaybeSerializeDeserialize + Debug + PartialOrd + PartialEq + Zero

type Currency: Parameter + Member + AtLeast32Bit + Codec + Default + Copy + MaybeSerializeDeserialize + Debug + PartialOrd + PartialEq + Zero

The currency type for on-chain transactions

Loading content...

Implementors

impl Bank for Runtime[src]

type SpendId = u64

type Currency = u128

Loading content...