Skip to content

adamant-api / index / TransactionHandler

Type Alias: TransactionHandler<T>

ts
type TransactionHandler<T> = (transaction) => void | Promise<void>;

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

Type Parameters

Type Parameter
T extends AnyTransaction

Parameters

ParameterType
transactionT

Returns

void | Promise<void>

Released under the GPL-3.0 License.