We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f896c52 commit fd42dd5Copy full SHA for fd42dd5
1 file changed
proto/spacemesh/v1/types.proto
@@ -45,8 +45,8 @@ message Activation {
45
// do not include mutable data such as tx state or result.
46
message Transaction {
47
bytes id = 1;
48
- bytes principal = 2;
49
- bytes template = 3;
+ AccountId principal = 2;
+ AccountId template = 3;
50
uint32 method = 4; // this is actually limited by uint8, but no type for that.
51
Nonce nonce = 5;
52
LayerLimits limits = 6;
0 commit comments