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