TransactionPlanExecutorConfig

type TransactionPlanExecutorConfig<TContext> = object;

Configuration object for creating a new transaction plan executor.

See

createTransactionPlanExecutor

Type Parameters

Type ParameterDefault type
TContext extends TransactionPlanResultContextTransactionPlanResultContext

Properties

executeTransactionMessage

executeTransactionMessage: ExecuteTransactionMessage<TContext>;

Called whenever a transaction message must be sent to the blockchain.

On this page