TransactionPlanExecutorConfig

type TransactionPlanExecutorConfig = object;

Configuration object for creating a new transaction plan executor.

See

createTransactionPlanExecutor

Properties

executeTransactionMessage

executeTransactionMessage: ExecuteTransactionMessage;

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

On this page