Type alias ExecuteSCReadOnlyParams
ExecuteSCReadOnlyParams: {
byteCode: Uint8Array;
caller?: string;
datastore?: Map<Uint8Array, Uint8Array>;
fee?: bigint;
maxGas?: bigint;
}
Type declaration
byteCode: Uint8Array
Optional
caller?: string
Optional
datastore?: Map<Uint8Array, Uint8Array>
Optional
fee?: bigint
Optional
maxGas?: bigint