Skip to content

Commit c4326a2

Browse files
authored
fix(sdk-core): add ui field for btc staking
2 parents ba98b86 + c932add commit c4326a2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/sdk-core/src/bitgo/staking/iStakingWallet.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,16 @@ export interface StakeOptions {
105105
* pox-contract name (valid values are pox-3 and pox-4)
106106
*/
107107
contractName?: 'pox-3' | 'pox-4';
108+
109+
/**
110+
* btc staking expire time
111+
*/
112+
expireAt?: number;
113+
114+
/**
115+
* btc staking reward address
116+
*/
117+
rewardAddress?: string;
108118
}
109119

110120
export interface UnstakeOptions {

0 commit comments

Comments
 (0)