Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "transactions"

Index

Type aliases

TTransaction

TTransaction: Exclude<Transaction, GenesisTransaction | PaymentTransaction | EthereumTransaction>

TTransactionType

TTransactionType: Exclude<typeof TRANSACTION_TYPE[keyof typeof TRANSACTION_TYPE], 1 | 2 | 18>

TTx

TTx: SignedTransaction<TTransaction>

TTxParams

Type parameters

  • LONG = string | number

WithChainId

WithChainId: { chainId: number }

Type declaration

  • chainId: number

Generated using TypeDoc