ceremonyclient/go-libp2p/p2p/protocol/circuitv2/pb/voucher.proto

11 lines
288 B
Protocol Buffer
Raw Normal View History

2023-08-21 03:50:38 +00:00
syntax = "proto3";
package circuit.pb;
message ReservationVoucher {
// These fields are marked optional for backwards compatibility with proto2.
// Users should make sure to always set these.
optional bytes relay = 1;
optional bytes peer = 2;
optional uint64 expiration = 3;
}