Type Alias TransactionExecution<TransactionType, ResponseInnerType, MiscRespType>

Defines a type for executing a transaction and returning a promise with the response.

Type Parameters

  • TransactionType
  • ResponseInnerType
  • MiscRespType = never

Type declaration