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': 'signer_id', '3': 1, '4': 1, '5': 9, '10': 'signerId'},
    {'1': 'nonce', '3': 2, '4': 1, '5': 4, '10': 'nonce'},
    {'1': 'receiver_id', '3': 3, '4': 1, '5': 9, '10': 'receiverId'},
    {'1': 'block_hash', '3': 4, '4': 1, '5': 12, '10': 'blockHash'},
    {
      '1': 'actions',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.TW.NEAR.Proto.Action',
      '10': 'actions'
    },
    {'1': 'private_key', '3': 6, '4': 1, '5': 12, '10': 'privateKey'},
    {'1': 'public_key', '3': 7, '4': 1, '5': 12, '10': 'publicKey'},
  ],
};