ReadContract

This endpoint allows you to read contract functions. This function is only available for EVM-based chains.

void ReadContract(const FVyReadContractRequest& Params, const FVyOnReadContractComplete& OnComplete) const;

Parameters

Params

Parameters for this operation (FVyReadContractRequest)

OnComplete

FVyOnReadContractComplete

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

OnComplete Callback (FVyOnReadContractComplete) Contains a TArray<FVyReadContractResultDto> response type

Last updated