GetBlockchainInfo

This endpoint returns the block information of a chain.

public static VyTask<VyBlockchainInfoDto> GetBlockchainInfo(eVyChain chain)

Parameters

chain

Select the blockchain to get block information

Returns

VyTask<VyBlockchainInfoDto>

Last updated