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

     1  syntax = "proto3";
     2  package tendermint.proto.crypto.merkle;
     3  
     4  option go_package = "github.com/devwanda/aphelion-staking/proto/crypto/merkle";
     5  
     6  message SimpleProof {
     7    int64          total     = 1;
     8    int64          index     = 2;
     9    bytes          leaf_hash = 3;
    10    repeated bytes aunts     = 4;
    11  }