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': 'operation_list',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.TW.Tezos.Proto.OperationList',
      '10': 'operationList'
    },
    {
      '1': 'encoded_operations',
      '3': 2,
      '4': 1,
      '5': 12,
      '10': 'encodedOperations'
    },
    {'1': 'private_key', '3': 3, '4': 1, '5': 12, '10': 'privateKey'},
  ],
};