TxProof$json top-level constant

  1. @Deprecated('Use txProofDescriptor instead')
Map<String, Object> const TxProof$json

Implementation

@$core.Deprecated('Use txProofDescriptor instead')
const TxProof$json = const {
  '1': 'TxProof',
  '2': const [
    const {'1': 'root_hash', '3': 1, '4': 1, '5': 12, '10': 'rootHash'},
    const {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
    const {'1': 'proof', '3': 3, '4': 1, '5': 11, '6': '.tendermint.crypto.Proof', '10': 'proof'},
  ],
};