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