Skip to content

adamant-api / index / TransactionDirection

Type Alias: TransactionDirection

ts
type TransactionDirection = typeof transactionDirections[number];

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

Direction of transactions delivered to WebSocket handlers.

Released under the GPL-3.0 License.