RpcTransactionInput$json top-level constant

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

Implementation

@$core.Deprecated('Use rpcTransactionInputDescriptor instead')
const RpcTransactionInput$json = const {
  '1': 'RpcTransactionInput',
  '2': const [
    const {'1': 'previousOutpoint', '3': 1, '4': 1, '5': 11, '6': '.protowire.RpcOutpoint', '10': 'previousOutpoint'},
    const {'1': 'signatureScript', '3': 2, '4': 1, '5': 9, '10': 'signatureScript'},
    const {'1': 'sequence', '3': 3, '4': 1, '5': 4, '10': 'sequence'},
    const {'1': 'sigOpCount', '3': 5, '4': 1, '5': 13, '10': 'sigOpCount'},
    const {'1': 'verboseData', '3': 4, '4': 1, '5': 11, '6': '.protowire.RpcTransactionInputVerboseData', '10': 'verboseData'},
  ],
};