mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-07-09 14:02:30 +00:00
8 lines
150 B
Protocol Buffer
8 lines
150 B
Protocol Buffer
syntax = "proto3";
|
|
package planetmintgo.machine;
|
|
|
|
option go_package = "planetmint-go/x/machine/types";
|
|
|
|
message TrustAnchor {
|
|
string pubkey = 1;
|
|
} |