Trait fuel_tx::input::coin::CoinSpecification

source ·
pub trait CoinSpecification: Seal {
    type Witness: AsField<u16>;
    type Predicate: AsField<Vec<u8>>;
    type PredicateData: AsField<Vec<u8>>;
    type PredicateGasUsed: AsField<Word>;
}
Expand description

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

Required Associated Types§

Implementors§