Skip to content

Commit

Permalink
Showing 2 changed files with 65 additions and 14 deletions.
75 changes: 61 additions & 14 deletions release/go/spacemesh/v1/activation.pb.go

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

4 changes: 4 additions & 0 deletions spacemesh/v1/activation.proto
Original file line number Diff line number Diff line change
@@ -3,9 +3,13 @@ package spacemesh.v1;
option go_package = "github.com/spacemeshos/api/release/go/spacemesh/v1";

import "spacemesh/v1/activation_types.proto";
import "google/protobuf/empty.proto";

// Exposes services to query activation transactions
service ActivationService {
// Get a single activation transaction
rpc Get(GetRequest) returns (GetResponse);

// Highest returns the atx id with the highest tick count.
rpc Highest(google.protobuf.Empty) returns (GetResponse);
}

0 comments on commit b83547d

Please sign in to comment.