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
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