Skip to content

Commit

Permalink
to string
Browse files Browse the repository at this point in the history
  • Loading branch information
abergasov committed Aug 5, 2022
1 parent fd42dd5 commit 96bc614
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 182 deletions.
4 changes: 2 additions & 2 deletions proto/spacemesh/v1/tx_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ message TransactionResultsRequest {
// id is filter by transaction id.
bytes id = 1;
// address is a filter by account address, it could be principal or any affected address.
AccountId address = 2;
string address = 2;
// start streaming from this layer. if 0 - stream will start from genesis.
uint32 start = 3;
// end streaming at this layer. if 0 - stream till the latest available layer.
Expand All @@ -82,5 +82,5 @@ message TransactionResult {
uint64 fee = 5;
bytes block = 6;
uint32 layer = 7;
repeated AccountId touched_addresses = 8;
repeated string touched_addresses = 8;
}
96 changes: 45 additions & 51 deletions release/go/spacemesh/v1/tx_types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 96bc614

Please sign in to comment.