TxInput$json top-level constant

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

Implementation

@$core.Deprecated('Use txInputDescriptor instead')
const TxInput$json = const {
  '1': 'TxInput',
  '2': const [
    const {
      '1': 'out_point',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.TW.Cardano.Proto.OutPoint',
      '10': 'outPoint'
    },
    const {'1': 'address', '3': 2, '4': 1, '5': 9, '10': 'address'},
    const {'1': 'amount', '3': 3, '4': 1, '5': 4, '10': 'amount'},
    const {
      '1': 'token_amount',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.TW.Cardano.Proto.TokenAmount',
      '10': 'tokenAmount'
    },
  ],
};