github.com/devwanda/aphelion-staking@v0.33.9/proto/libs/bits/types.proto (about)

     1  syntax = "proto3";
     2  package tendermint.proto.libs.bits;
     3  
     4  option go_package = "github.com/devwanda/aphelion-staking/proto/libs/bits";
     5  
     6  message BitArray {
     7    int64           bits  = 1;
     8    repeated uint64 elems = 2;
     9  }