Trait fuel_tx::input::coin::CoinSpecification
source · 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
.