Skip to content

Commit fd42dd5

Browse files
committed
transaction types
1 parent f896c52 commit fd42dd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

proto/spacemesh/v1/types.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ message Activation {
4545
// do not include mutable data such as tx state or result.
4646
message Transaction {
4747
bytes id = 1;
48-
bytes principal = 2;
49-
bytes template = 3;
48+
AccountId principal = 2;
49+
AccountId template = 3;
5050
uint32 method = 4; // this is actually limited by uint8, but no type for that.
5151
Nonce nonce = 5;
5252
LayerLimits limits = 6;

0 commit comments

Comments
 (0)