Skip to main content
Version: Next

Type Alias: FastExecuteResponse

FastExecuteResponse = object

Defined in: src/plugins/fast-execute/types.ts:17

Response from fastExecute() containing transaction result and readiness status

Properties

txResult

txResult: InvokeFunctionResponse

Defined in: src/plugins/fast-execute/types.ts:19

The transaction invoke response with transaction hash


isReady

isReady: boolean

Defined in: src/plugins/fast-execute/types.ts:21

Whether the next transaction can be executed immediately