pub trait CoinSpecification: Seal {
    type Witness: AsField<u8>;
    type Predicate: AsField<Vec<u8>>;
    type PredicateData: AsField<Vec<u8>>;
}
Expand description

Specifies the coin based on the usage context. See Coin.

Required Associated Types§

Implementors§