Skip to content

adamant-api / index / SingleTransactionHandler

Type Alias: SingleTransactionHandler

ts
type SingleTransactionHandler = 
  | TransactionHandler<TokenTransferTransaction>
  | TransactionHandler<RegisterDelegateTransaction>
  | TransactionHandler<VoteForDelegateTransaction>
  | TransactionHandler<ChatMessageTransaction>
| TransactionHandler<KVSTransaction>;

Defined in: src/helpers/wsClient.ts:87

Released under the GPL-3.0 License.