SigningInput$json top-level constant

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

Implementation

@$core.Deprecated('Use signingInputDescriptor instead')
const SigningInput$json = {
  '1': 'SigningInput',
  '2': [
    {'1': 'contract', '3': 1, '4': 1, '5': 9, '10': 'contract'},
    {'1': 'method', '3': 2, '4': 1, '5': 9, '10': 'method'},
    {
      '1': 'owner_private_key',
      '3': 3,
      '4': 1,
      '5': 12,
      '10': 'ownerPrivateKey'
    },
    {'1': 'to_address', '3': 4, '4': 1, '5': 9, '10': 'toAddress'},
    {'1': 'amount', '3': 5, '4': 1, '5': 4, '10': 'amount'},
    {
      '1': 'payer_private_key',
      '3': 6,
      '4': 1,
      '5': 12,
      '10': 'payerPrivateKey'
    },
    {'1': 'gas_price', '3': 7, '4': 1, '5': 4, '10': 'gasPrice'},
    {'1': 'gas_limit', '3': 8, '4': 1, '5': 4, '10': 'gasLimit'},
    {'1': 'query_address', '3': 9, '4': 1, '5': 9, '10': 'queryAddress'},
    {'1': 'nonce', '3': 10, '4': 1, '5': 13, '10': 'nonce'},
    {'1': 'owner_address', '3': 11, '4': 1, '5': 9, '10': 'ownerAddress'},
    {'1': 'payer_address', '3': 12, '4': 1, '5': 9, '10': 'payerAddress'},
  ],
};