This endpoint returns the block information of a chain.
public getBlockchainInfo(chain: VyChain) : VyPromise<VyBlockchainInfoDto>
Parameters
chain
VyChain
Select the blockchain to get block information
Returns
VyPromise<VyBlockchainInfoDto> Block information retrieved successfully.
Last updated 4 months ago