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

GetBlockchainInfo

Returns information about a specific blockchain.

void GetBlockchainInfo(EVyChain Chain, const FVyOnGetBlockchainInfoComplete& OnComplete) const;

Parameters

Chain

Select the blockchain to get block information

OnComplete

FVyOnGetBlockchainInfoComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnGetBlockchainInfoComplete) Contains a FVyBlockchainInfoDto response type

Last updated