We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30dbf98 commit 707a192Copy full SHA for 707a192
modules/sdk-core/src/account-lib/baseCoin/enum.ts
@@ -87,6 +87,24 @@ export enum TransactionType {
87
FlushERC721,
88
// Flush ERC1155 tokens from a forwarder address to base address
89
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,
108
}
109
110
/**
0 commit comments