wormhole/wormhole_chain/proto/tokenbridge/replay_protection.proto

13 lines
221 B
Protocol Buffer

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