syntax = "proto3"; package wormhole_foundation.wormchain.wormhole; option go_package = "github.com/wormhole-foundation/wormchain/x/wormhole/types"; import "gogoproto/gogo.proto"; message GuardianSet { option (gogoproto.equal) = true; uint32 index = 1; repeated bytes keys = 2; uint64 expirationTime = 3; }