Skip to content

Commit

Permalink
Revert "Align TransactionType enum with the corresponding type from"
Browse files Browse the repository at this point in the history
This reverts commit affcd78.
  • Loading branch information
soerenbf committed Aug 28, 2024
1 parent 3174697 commit ca952cd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/sdk/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1234,18 +1234,18 @@ export enum AccountTransactionType {
UpdateBakerStake = 6,
UpdateBakerRestakeEarnings = 7,
UpdateBakerKeys = 8,
UpdateCredentialKeys = 9,
EncryptedAmountTransfer = 10,
TransferToEncrypted = 11,
TransferToPublic = 12,
TransferWithSchedule = 13,
UpdateCredentials = 14,
RegisterData = 15,
TransferWithMemo = 16,
EncryptedAmountTransferWithMemo = 17,
TransferWithScheduleAndMemo = 18,
ConfigureBaker = 19,
ConfigureDelegation = 20,
UpdateCredentialKeys = 13,
EncryptedAmountTransfer = 16,
TransferToEncrypted = 17,
TransferToPublic = 18,
TransferWithSchedule = 19,
UpdateCredentials = 20,
RegisterData = 21,
TransferWithMemo = 22,
EncryptedAmountTransferWithMemo = 23,
TransferWithScheduleAndMemo = 24,
ConfigureBaker = 25,
ConfigureDelegation = 26,
}

export function isAccountTransactionType(candidate: number): candidate is AccountTransactionType {
Expand Down

0 comments on commit ca952cd

Please sign in to comment.