Type Alias fuel_tx::input::message::MessageDataSigned
source · pub type MessageDataSigned = Message<MessageData<Signed>>;Aliased Type§
struct MessageDataSigned {
pub sender: Address,
pub recipient: Address,
pub amount: u64,
pub nonce: Nonce,
pub witness_index: u16,
pub predicate_gas_used: Empty<u64>,
pub data: Vec<u8>,
pub predicate: Empty<Vec<u8>>,
pub predicate_data: Empty<Vec<u8>>,
}Fields§
§sender: AddressThe sender from the L1 chain.
recipient: AddressThe receiver on the Fuel chain.
amount: u64§nonce: Nonce§witness_index: u16§predicate_gas_used: Empty<u64>§data: Vec<u8>§predicate: Empty<Vec<u8>>§predicate_data: Empty<Vec<u8>>