TxResult$json top-level constant

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

Implementation

@$core.Deprecated('Use txResultDescriptor instead')
const TxResult$json = const {
  '1': 'TxResult',
  '2': const [
    const {'1': 'height', '3': 1, '4': 1, '5': 3, '10': 'height'},
    const {'1': 'index', '3': 2, '4': 1, '5': 13, '10': 'index'},
    const {'1': 'tx', '3': 3, '4': 1, '5': 12, '10': 'tx'},
    const {'1': 'result', '3': 4, '4': 1, '5': 11, '6': '.tendermint.abci.ResponseDeliverTx', '8': const {}, '10': 'result'},
  ],
};