GetBlockchainInfo

Retrieves information about a specific blockchain.

Client Authoritative (default)

public static VyTask<VyBlockchainInfoDto> GetBlockchainInfo(eVyChain chain)

Path Parameters

chain

The blockchain to retrieve information for.

Returns

VyTask<VyBlockchainInfoDto> A task that represents the asynchronous operation. The task result contains the blockchain information as a VyBlockchainInfoDto object.

Last updated