Trait fuel_tx::ContractIdExt
source · pub trait ContractIdExt {
// Required method
fn asset_id(&self, sub_id: &Bytes32) -> AssetId;
}
Expand description
Trait extends the functionality of the ContractId
type.
pub trait ContractIdExt {
// Required method
fn asset_id(&self, sub_id: &Bytes32) -> AssetId;
}
Trait extends the functionality of the ContractId
type.