Trait fuel_tx::input::message::MessageSpecification
source · pub trait MessageSpecification: Seal {
type Data: AsField<Vec<u8>>;
type Predicate: AsField<Vec<u8>>;
type PredicateData: AsField<Vec<u8>>;
type PredicateGasUsed: AsField<Word>;
type Witness: AsField<u16>;
}
Expand description
Specifies the message based on the usage context. See Message
.