getBlockchainInfo

This endpoint returns the block information of a chain.

public getBlockchainInfo(chain: eVyChain) : VyPromise<VyBlockchainInfoDto>

Parameters

chain

Select the blockchain to get block information

Returns

VyPromise<VyBlockchainInfoDto>

Last updated