FUZD / fuzd-common / Executor
Type Alias: Executor<TransactionDataType>
Executor<
TransactionDataType
>:object
Type Parameters
• TransactionDataType
Type declaration
broadcastExecution()
Parameters
slot
string
batchIndex
number
account
execution
ExecutionSubmission
<TransactionDataType
>
options?
expectedWorstCaseGasPrice
bigint
Returns
Promise
<ExecutionResponse
<TransactionDataType
>>
getExecutionStatus()
Parameters
executionBatch
account
chainId
slot
string
Returns
Promise
<undefined
| "finalized"
| "broadcasted"
>
getExpectedWorstCaseGasPrice()?
Parameters
chainId
Returns
Promise
<ExpectedWorstCaseGasPrice
>
getRemoteAccount()
Parameters
chainId
account
Returns
Promise
<RemoteAccountInfo
>
Defined in
types/executor/index.ts:58