feudal/identity/address.proto

9 lines
164 B
Protocol Buffer
Raw Normal View History

2024-05-05 07:14:57 +00:00
// Copyright 2024 Matthew Rich <matthewrich.conf@gmail.com>. All rights reserved.
syntax = "proto3";
package identity;
message Address {
string address = 1;
}