Call
use fuel_types::ContractId;
pub struct Call {
id: ContractId,
param1: u64,
}
- A
Callreceipt is generated whenever a function is called in a Sway contract. - The
param1field holds the function selector value as a hexadecimal. - Read more about
Callin the Fuel protocol ABI spec