Enums - zoobc/zoobc-core GitHub Wiki

Enums

Account Types (AccountType)

No Key Value Column Type
1 ZbcAccountType 0 INTEGER
2 BTCAccountType 1 INTEGER
3 EmptyAccountType 2 INTEGER

Escrow Statuses

No Key Value Column Type
1 Pending 0 INTEGER
2 Approved 1 INTEGER
3 Rejected 2 INTEGER
4 Expired 3 INTEGER

Escrow Approval

No Key Value Column Type
1 Approve 0 INTEGER
2 Reject 1 INTEGER

Account Property

No Key Value Column Type
1 AccountDatasetEscrowApproval 0 INTEGER

Request Type

No Key Value
1 GetNodeHardware 0
2 GetProofOfOwnership 1
3 GenerateNodeKey 2

Event Type

No Key Value
1 EventAny 0
2 EventSendMoneyTransaction 1
3 EventNodeRegistrationTransaction 2
4 EventUpdateNodeRegistrationTransaction 3
5 EventRemoveNodeRegistrationTransaction 4
6 EventClaimNodeRegistrationTransaction 5
7 EventSetupAccountDatasetTransaction 6
8 EventRemoveAccountDatasetTransaction 7
9 EventReward 8
10 EventApprovalEscrowTransaction 9
11 EventMultiSignatureTransaction 10

Pending Transaction Status

No Key Value Column Type
1 PendingTransactionPending 0 INTEGER
2 PendingTransactionExecuted 1 INTEGER
3 PendingTransactionNoOp 2 INTEGER
4 PendingTransactionExpired 3 INTEGER