For the complete documentation index, see llms.txt. This page is also available as Markdown.

getBlockchainInfo

Description

Returns information about a specific blockchain.

public getBlockchainInfo(chain: VyChain) : VyPromise<VyBlockchainInfoDto>

Parameters

chain

Select the blockchain to get block information

Returns

VyPromise<VyBlockchainInfoDto> Block information retrieved successfully.

Last updated