Skip to content

Commit

Permalink
Merge pull request #5104 from BitGo/SC-560-sdk-add-custom-field-to-st…
Browse files Browse the repository at this point in the history
…ake-options

fix(sdk-core): add ui field for btc staking
  • Loading branch information
ewangbitgo authored Nov 6, 2024
2 parents ba98b86 + c932add commit c4326a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/sdk-core/src/bitgo/staking/iStakingWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ export interface StakeOptions {
* pox-contract name (valid values are pox-3 and pox-4)
*/
contractName?: 'pox-3' | 'pox-4';

/**
* btc staking expire time
*/
expireAt?: number;

/**
* btc staking reward address
*/
rewardAddress?: string;
}

export interface UnstakeOptions {
Expand Down

0 comments on commit c4326a2

Please sign in to comment.