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': 'amount', '3': 1, '4': 1, '5': 3, '10': 'amount'},
    const {'1': 'fee', '3': 2, '4': 1, '5': 3, '10': 'fee'},
    const {'1': 'sequence', '3': 3, '4': 1, '5': 5, '10': 'sequence'},
    const {
      '1': 'last_ledger_sequence',
      '3': 4,
      '4': 1,
      '5': 5,
      '10': 'lastLedgerSequence'
    },
    const {'1': 'account', '3': 5, '4': 1, '5': 9, '10': 'account'},
    const {'1': 'destination', '3': 6, '4': 1, '5': 9, '10': 'destination'},
    const {
      '1': 'destination_tag',
      '3': 7,
      '4': 1,
      '5': 3,
      '10': 'destinationTag'
    },
    const {'1': 'flags', '3': 8, '4': 1, '5': 3, '10': 'flags'},
    const {'1': 'private_key', '3': 9, '4': 1, '5': 12, '10': 'privateKey'},
  ],
};