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': 'chain_id', '3': 1, '4': 1, '5': 12, '10': 'chainId'},
    const {'1': 'nonce', '3': 2, '4': 1, '5': 12, '10': 'nonce'},
    const {
      '1': 'tx_mode',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.TW.Ethereum.Proto.TransactionMode',
      '10': 'txMode'
    },
    const {'1': 'gas_price', '3': 4, '4': 1, '5': 12, '10': 'gasPrice'},
    const {'1': 'gas_limit', '3': 5, '4': 1, '5': 12, '10': 'gasLimit'},
    const {
      '1': 'max_inclusion_fee_per_gas',
      '3': 6,
      '4': 1,
      '5': 12,
      '10': 'maxInclusionFeePerGas'
    },
    const {
      '1': 'max_fee_per_gas',
      '3': 7,
      '4': 1,
      '5': 12,
      '10': 'maxFeePerGas'
    },
    const {'1': 'to_address', '3': 8, '4': 1, '5': 9, '10': 'toAddress'},
    const {'1': 'private_key', '3': 9, '4': 1, '5': 12, '10': 'privateKey'},
    const {
      '1': 'transaction',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.TW.Ethereum.Proto.Transaction',
      '10': 'transaction'
    },
  ],
};