Skip to content

adamant-api / index / TransactionType

Enumeration: TransactionType

Defined in: src/helpers/constants.ts:1

Enumeration Members

CHAT_MESSAGE

ts
CHAT_MESSAGE: 8;

Defined in: src/helpers/constants.ts:10


DAPP

ts
DAPP: 5;

Defined in: src/helpers/constants.ts:7


DELEGATE

ts
DELEGATE: 2;

Defined in: src/helpers/constants.ts:4


IN_TRANSFER

ts
IN_TRANSFER: 6;

Defined in: src/helpers/constants.ts:8


MULTI

ts
MULTI: 4;

Defined in: src/helpers/constants.ts:6


OUT_TRANSFER

ts
OUT_TRANSFER: 7;

Defined in: src/helpers/constants.ts:9


SEND

ts
SEND: 0;

Defined in: src/helpers/constants.ts:2


SIGNATURE

ts
SIGNATURE: 1;

Defined in: src/helpers/constants.ts:3


STATE

ts
STATE: 9;

Defined in: src/helpers/constants.ts:11


VOTE

ts
VOTE: 3;

Defined in: src/helpers/constants.ts:5

Released under the GPL-3.0 License.