This endpoint returns the block information of a chain.
public static VyTask<VyBlockchainInfoDto> GetBlockchainInfo(eVyChain chain)
Parameters
chain
eVyChain
Select the blockchain to get block information
Returns
VyTask<VyBlockchainInfoDto> Block information retrieved successfully.
Last updated 4 months ago