Skip to content

Type Alias: TransactionConstructorConfig

type TransactionConstructorConfig = 
  | TransactionConstructorCalldataConfig
  | TransactionConstructorFunctionConfig;

Defined in: packages/txm/lib/Transaction.ts:101