wormhole/wormhole_chain/proto/tokenbridge/replay_protection.proto

13 lines
211 B
Protocol Buffer

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