wormhole/wormchain/proto/wormhole/sequence_counter.proto

13 lines
225 B
Protocol Buffer

syntax = "proto3";
package wormhole_foundation.wormchain.wormhole;
option go_package = "github.com/wormhole-foundation/wormchain/x/wormhole/types";
message SequenceCounter {
string index = 1;
uint64 sequence = 2;
}