1 2 3 4 5 6 7 8 9 10 11
syntax = "proto3"; package flow.entities; option go_package = "github.com/onflow/flow/protobuf/go/flow/entities"; option java_package = "org.onflow.protobuf.entities"; message RegisterID { bytes owner = 1; bytes key = 2; }