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