JUMP TOFULLNODE HTTP API地址工具GenerateAddressgetCreateAddresspostValidateAddresspost链上帐户CreateAccountpostGetAccountpostUpdateAccountpostAccountPermissionUpdatepostGetAccountFrozenStageResourcepost账户资源GetAccountResourcepostGetAccountPhotonpostFreezeBalancepostUnfreezeBalancepostGetDelegatedResourcepostGetDelegatedResourceAccountIndexpost转账和交易GetTransactionSignpostBroadcastTransactionpostBroadcastHexpostEasyTransferpostEasyTransferByPrivatepostCreateTransactionpost查询链上数据GetNowBlockgetGetBlockByLatestNumpostGetBlockByNumpostGetBlockByIdpostGetBlockByLimitNextpostGetTransactionByIdpostGetTransactionInfoByIdpostGetTransactionInfoByBlockNumpostListNodesgetGetNodeInfogetGetChainParametersgetGetNonPropopsalChainParametersgetVRC10 通证(Asset)CreateAssetIssuepostParticipateAssetIssuepostGetAssetIssueByAccountpostGetAssetIssueByIdpostGetPaginatedAssetIssueListpostUnfreezeAssetpostUpdateAssetpostTransferAssetpostEasyTransferAssetpostEasyTransferAssetByPrivatepost智能合约DeployContractpostGetContractpostTriggerSmartContractpostTriggerConstantContractpostUpdateSettingpostUpdateEntropyLimitpostClearAbipost固化块 APIGetAccountpostGetNowBlockgetGetBlockByIdpostGetBlockByNumpostGetBlockByLatestNumpostGetBlockByLimitNextpostGetTransactionByIdpostGetTransactionInfoByBlockNumpostDEX VRC10 EXCHANGEExchangeCreatepostExchangeInjectpostExchangeWithdrawpostExchangeTransactionpostGetExchangeByIdpostListExchangesgetDEX VRC10 MarketMarketSellAssetpostGetMarketOrderByAccountpostGetMarketOrderByIdpostGetMarketPairListgetGetMarketOrderListByPairpostGetMarketPriceByPairpostMarketCancelOrderpostVISIONZ 匿名智能合约GetSpendingKeygetGetExpandedSpendingKeypostGetAkFromAskpostGetNkFromNskpostGetIncomingViewingKeypostGetDiversifierpostGetZenPaymentAddresspostGetNewShieldedAddressgetCreateShieldedContractParameterspostCreateSpendAuthSigpostScanShieldedVrc20NotesByIvkpostScanShieldedVrc20NotesByOvkpostIsShieldedVrc20ContractNoteSpentpost投票和FVCreateWitnesspostUpdateWitnesspostListWitnessesgetVoteWitnessAccountpostUpdateBrokeragepostGetBrokeragegetGetRewardpostWithdrawBalancepostGetNextMaintenanceTimeget提案ProposalCreatepostProposalApprovepostProposalDeletepostListProposalsgetGetProposalByIdpostVISIONWEBVisionWeb ObjectaddresscreateAccountfromAsciifromDecimalfromVdtfromUtf8getEventByTransactionIDgetEventResultisAddressisConnectedsetAddresssetDefaultBlocksetPrivateKeysha3toAsciitoBigNumbertoDecimaltoHextoUtf8toVdtVISIONWEB.VSgetAccountgetAccountResourcesgetApprovedListgetBalancegetPhotongetBlockgetBlockByHashgetBlockByNumbergetBlockRangegetBlockTransactionCountgetBrokeragegetChainParametersgetConfirmedTransactiongetContractgetCurrentBlockgetExchangeByIDgetNodeInfogetRewardgetSignWeightgetTokenByIDgetTokenFromIDgetTokensIssuedByAddressgetTokenListByNamegetTransactiongetTransactionFromBlockgetTransactionInfogetUnconfirmedBalancegetUnconfirmedBrokeragegetUnconfirmedRewardgetUnconfirmedTransactionInfolistExchangeslistExchangesPaginatedlistNodeslistProposalslistSuperRepresentativeslistTokensmultiSignsendRawTransactionsendTokensendTransactionsigntimeUntilNextVoteCyclegetConfirmedCurrentBlockgetUnconfirmedAccountgetProposalgetMarketOrderByIDgetMarketOrderByAccountgetMarketPriceByPairgetMarketOrderListgetMarketPairListVISIONWEB.TRANSACTIONBUILDERapplyForSRcancelMarketOrderclearABIcreateAssetcreateMarketSellAssetcreateProposalcreateSmartContractcreateTokencreateTokenExchangecreateVSExchangedeleteProposalextendExpirationfreezeBalanceinjectExchangeTokenspurchaseAssetpurchaseTokensendAssetsendTokensendVstradeExchangeTokenstriggerConfirmedConstantContracttriggerConstantContracttriggerSmartContractunfreezeBalanceupdateAccountupdateAssetupdateBrokerageupdateEntropyLimitupdateSettingupdateTokenvotevoteProposalwithdrawBlockRewardswithdrawExchangeTokensVISIONWEB.CONTRACTcontract().newcontract().atcontract.callcontract.sendcontract.watchvpioneerGetting Started With Your APIPowered by toDecimal将十六进制的数字转为十进制的数字。用法 JavaScriptvisionWeb.toDecimal(str); 入参 参数描述类型默认值str十六进制数字string- 返回值 number,转完之后的数字。 示例 JavaScriptvisionWeb.toDecimal("0x32"); > 50