Skip to content

Commit

Permalink
Merge pull request #5408 from BitGo/ben/SC-919-native-bera-ui-fields
Browse files Browse the repository at this point in the history
feat(sdk-core): add bera native staking fields
  • Loading branch information
benkelcher-bitgo authored Jan 21, 2025
2 parents 98994d1 + d38db99 commit 9d1ff23
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/sdk-core/src/bitgo/staking/iStakingWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,21 @@ export interface StakeOptions {
* ada vote delegation drep id
*/
dRepId?: string;

/**
* bera native staking operator
*/
operator?: string;

/**
* bera native staking withdraw credentials
*/
withdrawCredentials?: string;

/**
* bera native staking deposit signature
*/
depositSignature?: string;
}

export interface UnstakeOptions {
Expand Down

0 comments on commit 9d1ff23

Please sign in to comment.