RpcTransactionOutput$json top-level constant

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

Implementation

@$core.Deprecated('Use rpcTransactionOutputDescriptor instead')
const RpcTransactionOutput$json = const {
  '1': 'RpcTransactionOutput',
  '2': const [
    const {'1': 'amount', '3': 1, '4': 1, '5': 4, '10': 'amount'},
    const {'1': 'scriptPublicKey', '3': 2, '4': 1, '5': 11, '6': '.protowire.RpcScriptPublicKey', '10': 'scriptPublicKey'},
    const {'1': 'verboseData', '3': 3, '4': 1, '5': 11, '6': '.protowire.RpcTransactionOutputVerboseData', '10': 'verboseData'},
  ],
};