GetBlockchainInfo

Description

Returns information about a specific blockchain.

public static VyTask<VyBlockchainInfoDto> GetBlockchainInfo(eVyChain chain)

Parameters

chain

Select the blockchain to get block information

Returns

VyTask<VyBlockchainInfoDto> Block information retrieved successfully.

Last updated