ReadMethod

Calls a "read" method on the given contract.

Inputs

TypeNameDescription

Deployed Contract

The deployed contract.

FEmergenceContractMethod

MethodName

The method to call.

TArray<FString>

Content

The parameters to call the method with.

Outputs

TypeDescription

FJsonObjectWrapper

Response

The response.

EErrorCode

Status Code

The status code.

Last updated