Transaction$json top-level constant

  1. @Deprecated('Use transactionDescriptor instead')
Map<String, Object> const Transaction$json

Implementation

@$core.Deprecated('Use transactionDescriptor instead')
const Transaction$json = {
  '1': 'Transaction',
  '2': [
    {
      '1': 'transfer',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.TW.Ethereum.Proto.Transaction.Transfer',
      '9': 0,
      '10': 'transfer'
    },
    {
      '1': 'erc20_transfer',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.TW.Ethereum.Proto.Transaction.ERC20Transfer',
      '9': 0,
      '10': 'erc20Transfer'
    },
    {
      '1': 'erc20_approve',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.TW.Ethereum.Proto.Transaction.ERC20Approve',
      '9': 0,
      '10': 'erc20Approve'
    },
    {
      '1': 'erc721_transfer',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.TW.Ethereum.Proto.Transaction.ERC721Transfer',
      '9': 0,
      '10': 'erc721Transfer'
    },
    {
      '1': 'erc1155_transfer',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.TW.Ethereum.Proto.Transaction.ERC1155Transfer',
      '9': 0,
      '10': 'erc1155Transfer'
    },
    {
      '1': 'contract_generic',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.TW.Ethereum.Proto.Transaction.ContractGeneric',
      '9': 0,
      '10': 'contractGeneric'
    },
    {
      '1': 'scw_batch',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.TW.Ethereum.Proto.Transaction.SCWalletBatch',
      '9': 0,
      '10': 'scwBatch'
    },
    {
      '1': 'scw_execute',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.TW.Ethereum.Proto.Transaction.SCWalletExecute',
      '9': 0,
      '10': 'scwExecute'
    },
  ],
  '3': [
    Transaction_Transfer$json,
    Transaction_ERC20Transfer$json,
    Transaction_ERC20Approve$json,
    Transaction_ERC721Transfer$json,
    Transaction_ERC1155Transfer$json,
    Transaction_ContractGeneric$json,
    Transaction_SCWalletBatch$json,
    Transaction_SCWalletExecute$json
  ],
  '8': [
    {'1': 'transaction_oneof'},
  ],
};