GetBlockchainInfo
Retrieves information about a specific blockchain.
public static VyTask<VyBlockchainInfoDto> GetBlockchainInfo(eVyChain chain)
Path Parameters
Returns
VyTask<VyBlockchainInfoDto> A task that represents the asynchronous operation. The task result contains the blockchain information as a VyBlockchainInfoDto object.
Last updated