syntax = "proto3"; package planetmintgo.machine; option go_package = "github.com/planetmint/planetmint-go/x/machine/types"; message TrustAnchor { string pubkey = 1; }