Skip to content

Commit

Permalink
fix: add baker_own_stake to FrozenStaker (#3000)
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang authored Jul 17, 2024
1 parent 0771a97 commit 4229891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taquito-rpc/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ export interface SharedStaker {
}

export interface Baker {
baker: string;
baker_own_stake: string;
}

export interface Baker_edge {
Expand Down

0 comments on commit 4229891

Please sign in to comment.