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 setPrivateKey设置VisionWeb实例的私钥,用于获取地址,签署交易等。❗️注意不要将此用于面向用户的 VisionWeb 实例,这将导致私钥泄露。 用法 JavaScriptvisionWeb.setPrivateKey(privateKey); 入参 参数描述类型默认值privateKey需要设置的私钥string- 返回值 undefined 示例 JavaScriptvisionWeb.setPrivateKey("填入私钥"); > undefined