Type Alias fuel_tx::input::coin::CoinPredicate
source · pub type CoinPredicate = Coin<Predicate>;
Aliased Type§
struct CoinPredicate {
pub utxo_id: UtxoId,
pub owner: Address,
pub amount: u64,
pub asset_id: AssetId,
pub tx_pointer: TxPointer,
pub witness_index: Empty<u16>,
pub predicate_gas_used: u64,
pub predicate: Vec<u8>,
pub predicate_data: Vec<u8>,
}
Fields§
§utxo_id: UtxoId
§owner: Address
§amount: u64
§asset_id: AssetId
§tx_pointer: TxPointer
§witness_index: Empty<u16>
§predicate_gas_used: u64
§predicate: Vec<u8>
§predicate_data: Vec<u8>