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': 'block_hash', '3': 1, '4': 1, '5': 12, '10': 'blockHash'},
    {'1': 'genesis_hash', '3': 2, '4': 1, '5': 12, '10': 'genesisHash'},
    {'1': 'nonce', '3': 3, '4': 1, '5': 4, '10': 'nonce'},
    {'1': 'spec_version', '3': 4, '4': 1, '5': 13, '10': 'specVersion'},
    {
      '1': 'transaction_version',
      '3': 5,
      '4': 1,
      '5': 13,
      '10': 'transactionVersion'
    },
    {'1': 'tip', '3': 6, '4': 1, '5': 12, '10': 'tip'},
    {
      '1': 'era',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.TW.Polkadot.Proto.Era',
      '10': 'era'
    },
    {'1': 'private_key', '3': 8, '4': 1, '5': 12, '10': 'privateKey'},
    {'1': 'network', '3': 9, '4': 1, '5': 13, '10': 'network'},
    {
      '1': 'runtime_call',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.TW.Polymesh.Proto.RuntimeCall',
      '10': 'runtimeCall'
    },
  ],
};