wormhole/wormchain/proto/wormhole/consensus_guardian_set_inde...

10 lines
211 B
Protocol Buffer

syntax = "proto3";
package wormhole_foundation.wormchain.wormhole;
option go_package = "github.com/wormhole-foundation/wormchain/x/wormhole/types";
message ConsensusGuardianSetIndex {
uint32 index = 1;
}