Skip to content

Commit

Permalink
feat(sdk-core): add bera native staking fields
Browse files Browse the repository at this point in the history
Ticket: SC-919
  • Loading branch information
benkelcher-bitgo committed Jan 21, 2025
1 parent 98994d1 commit d38db99
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 d38db99

Please sign in to comment.