Skip to content

Commit

Permalink
Copying *.proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
githubswisschain committed May 2, 2024
1 parent e2f20c3 commit 6d27102
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .proto/broker_accounts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ message BrokerAccountGetBalancesRequest {
google.protobuf.Int64Value assetId = 2;

swisschain.sirius.api.common.PaginationInt64 pagination = 3;

google.protobuf.StringValue blockchainId = 4;


google.protobuf.BoolValue excludeUnknownAssets = 5;
}

message BrokerAccountGetBalancesResponse {
Expand Down

0 comments on commit 6d27102

Please sign in to comment.