Skip to content

Commit

Permalink
Add missing address_index field to UnbondingTokensByAddressIndexRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Mar 30, 2024
1 parent 74a0b46 commit 006a612
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/penumbra/penumbra/view/v1/view.proto
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,9 @@ message UnbondingTokensByAddressIndexRequest {
}

Filter filter = 1;

// The address index to fetch unbonding tokens for.
core.keys.v1.AddressIndex address_index = 2;
}

// Returns unbonding tokens for the given address index, optionally filtered by
Expand Down

0 comments on commit 006a612

Please sign in to comment.