Skip to content

adamant-api / helpers/transactions / AnyTransactionData

Type Alias: AnyTransactionData

ts
type AnyTransactionData = 
  | SendTransactionData
  | ChatTransactionData
  | VoteTransactionData
  | DelegateTransactionData
  | StateTransactionData & {
  transactionType: TransactionType;
};

Defined in: src/helpers/transactions/index.ts:17

Type Declaration

transactionType

ts
transactionType: TransactionType;

Released under the GPL-3.0 License.