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 = const {
  '1': 'SigningInput',
  '2': const [
    const {'1': 'private_key', '3': 1, '4': 1, '5': 12, '10': 'privateKey'},
    const {'1': 'from', '3': 2, '4': 1, '5': 9, '10': 'from'},
    const {'1': 'to', '3': 3, '4': 1, '5': 9, '10': 'to'},
    const {'1': 'amount', '3': 4, '4': 1, '5': 12, '10': 'amount'},
    const {'1': 'chain_id', '3': 5, '4': 1, '5': 13, '10': 'chainId'},
    const {'1': 'idassets_id', '3': 6, '4': 1, '5': 13, '10': 'idassetsId'},
    const {'1': 'nonce', '3': 7, '4': 1, '5': 12, '10': 'nonce'},
    const {'1': 'remark', '3': 8, '4': 1, '5': 9, '10': 'remark'},
    const {'1': 'balance', '3': 9, '4': 1, '5': 12, '10': 'balance'},
    const {'1': 'timestamp', '3': 10, '4': 1, '5': 13, '10': 'timestamp'},
  ],
};