values constant

List<TronHTTPMethods> const values

Implementation

static const List<TronHTTPMethods> values = [
  validateaddress,
  broadcasttransaction,
  broadcasthex,
  createtransaction,
  createaccount,
  getaccount,
  updateaccount,
  accountpermissionupdate,
  getaccountbalance,
  getaccountresource,
  getaccountnet,
  freezebalance,
  unfreezebalance,
  getdelegatedresource,
  getdelegatedresourceaccountindex,
  freezebalancev2,
  unfreezebalancev2,
  cancelallunfreezev2,
  delegateresource,
  undelegateresource,
  withdrawexpireunfreeze,
  getavailableunfreezecount,
  getcanwithdrawunfreezeamount,
  getcandelegatedmaxsize,
  getdelegatedresourcev2,
  getdelegatedresourceaccountindexv2,
  getblock,
  getblockbynum,
  getblockbyid,
  getblockbylatestnum,
  getblockbylimitnext,
  getnowblock,
  gettransactionbyid,
  gettransactioninfobyid,
  gettransactioninfobyblocknum,
  listnodes,
  getnodeinfo,
  getchainparameters,
  getenergyprices,
  getbandwidthprices,
  getburntrx,
  getapprovedlist,
  getassetissuebyaccount,
  getassetissuebyid,
  getassetissuebyname,
  getassetissuelist,
  getassetissuelistbyname,
  getpaginatedassetissuelist,
  transferasset,
  createassetissue,
  participateassetissue,
  unfreezeasset,
  updateasset,
  getcontract,
  getcontractinfo,
  triggersmartcontract,
  triggerconstantcontract,
  deploycontract,
  updatesetting,
  updateenergylimit,
  clearabi,
  estimateenergy,
  getexpandedspendingkey,
  getakfromask,
  getnkfromnsk,
  getincomingviewingkey,
  getzenpaymentaddress,
  createshieldedcontractparameters,
  createspendauthsig,
  gettriggerinputforshieldedtrc20contract,
  scanshieldedtrc20notesbyivk,
  scanshieldedtrc20notesbyovk,
  isshieldedtrc20contractnotespent,
  getspendingkey,
  getdiversifier,
  getnewshieldedaddress,
  listwitnesses,
  getnextmaintenancetime,
  updatewitness,
  getBrokerage,
  updateBrokerage,
  votewitnessaccount,
  getReward,
  withdrawbalance,
  proposaldelete,
  proposalapprove,
  proposalcreate,
  getproposalbyid,
  listproposals,
  listexchanges,
  getexchangebyid,
  exchangecreate,
  exchangeinject,
  exchangewithdraw,
  exchangetransaction,
  gettransactionfrompending,
  gettransactionlistfrompending,
  getpendingsize,
  getblockbalance
];