Skip to content

adamant-api / index / SomeTransaction

Type Alias: SomeTransaction

ts
type SomeTransaction = 
  | VoteTransaction
  | DelegateTransaction
  | ChatTransaction
  | StateTransaction
  | SendTransaction;

Defined in: src/helpers/transactions/hash.ts:74

Released under the GPL-3.0 License.