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