interface CallContractRequest {
    chain: string;
    contractAddress: string;
    fee?: Fee;
    payload: Uint8Array;
    sender: Uint8Array;
}

Properties

chain: string
contractAddress: string
fee?: Fee
payload: Uint8Array
sender: Uint8Array

Generated using TypeDoc