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': 'parent_block', '3': 2, '4': 1, '5': 12, '10': 'parentBlock'},
    const {'1': 'link_block', '3': 3, '4': 1, '5': 12, '9': 0, '10': 'linkBlock'},
    const {'1': 'link_recipient', '3': 4, '4': 1, '5': 9, '9': 0, '10': 'linkRecipient'},
    const {'1': 'representative', '3': 5, '4': 1, '5': 9, '10': 'representative'},
    const {'1': 'balance', '3': 6, '4': 1, '5': 9, '10': 'balance'},
    const {'1': 'work', '3': 7, '4': 1, '5': 9, '10': 'work'},
  ],
  '8': const [
    const {'1': 'link_oneof'},
  ],
};