Skip to main content
Defined in: metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:1045 Request for the SimulateActivation RPC. Contains the activation payload to dry-run (encoded as base64) and an optional block height for point-in-time state reads. When block_index is omitted, the server uses the latest finalized block.

Properties

block_index?

optional block_index?: U64String | null
Defined in: metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:1046

payload

payload: Base64Bytes
Defined in: metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:1047