Skip to content

Commit 96bc614

Browse files
committed
to string
1 parent fd42dd5 commit 96bc614

3 files changed

Lines changed: 181 additions & 182 deletions

File tree

proto/spacemesh/v1/tx_types.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ message TransactionResultsRequest {
5959
// id is filter by transaction id.
6060
bytes id = 1;
6161
// address is a filter by account address, it could be principal or any affected address.
62-
AccountId address = 2;
62+
string address = 2;
6363
// start streaming from this layer. if 0 - stream will start from genesis.
6464
uint32 start = 3;
6565
// end streaming at this layer. if 0 - stream till the latest available layer.
@@ -82,5 +82,5 @@ message TransactionResult {
8282
uint64 fee = 5;
8383
bytes block = 6;
8484
uint32 layer = 7;
85-
repeated AccountId touched_addresses = 8;
85+
repeated string touched_addresses = 8;
8686
}

release/go/spacemesh/v1/tx_types.pb.go

Lines changed: 45 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)