TxOutput$json top-level constant

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

Implementation

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