Skip to content

Commit 707a192

Browse files
committed
feat(sdk-core): add missing types for staking validation
used during hot wallet signing TICKET: SC-3303
1 parent 30dbf98 commit 707a192

File tree

1 file changed

+18
-0
lines changed
  • modules/sdk-core/src/account-lib/baseCoin

1 file changed

+18
-0
lines changed

modules/sdk-core/src/account-lib/baseCoin/enum.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,24 @@ export enum TransactionType {
8787
FlushERC721,
8888
// Flush ERC1155 tokens from a forwarder address to base address
8989
FlushERC1155,
90+
91+
// trx
92+
FREEZE,
93+
VOTE,
94+
UNFREEZE,
95+
WITHDRAW_EXPIRE_UNFREEZE,
96+
CLAIM_REWARDS,
97+
98+
// cspr and stx
99+
stakingLock,
100+
// stx
101+
'self-stack',
102+
103+
// btc,
104+
staking,
105+
106+
// cspr
107+
stakingUnlock,
90108
}
91109

92110
/**

0 commit comments

Comments
 (0)