wormhole/wormhole_chain/proto/wormhole/replay_protection.proto

13 lines
215 B
Protocol Buffer

syntax = "proto3";
package wormhole_foundation.wormholechain.wormhole;
option go_package = "github.com/wormhole-foundation/wormhole-chain/x/wormhole/types";
message ReplayProtection {
string index = 1;
}