DecodeContract

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

void DecodeContract(const FVyDecodeContractRequest& Params, const FVyOnDecodeContractComplete& OnComplete) const;

Parameters

Params

Parameters for this operation (FVyDecodeContractRequest)

OnComplete

FVyOnDecodeContractComplete

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

OnComplete Callback (FVyOnDecodeContractComplete) Contains a TArray<FVyContractDecodeResultDto> response type

Last updated