github.com/anjalikarhana/fabric@v2.1.1+incompatible/common/ledger/blkstorage/fsblkstorage/msgs/storage.proto (about)

     1  /*
     2  Copyright IBM Corp. All Rights Reserved.
     3  
     4  SPDX-License-Identifier: Apache-2.0
     5  */
     6  
     7  syntax = "proto3";
     8  
     9  option go_package = "github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage/msgs";
    10  
    11  package msgs;
    12  
    13  message txIDIndexValProto {
    14      bytes blk_location = 1;
    15      bytes tx_location = 2;
    16      int32 tx_validation_code = 3;
    17  }