ReadMethod
Calls a "read" method on the given contract.
Last updated
Calls a "read" method on the given contract.
Last updated
Type | Name | Description |
---|---|---|
Deployed Contract | The deployed contract. | |
FEmergenceContractMethod | MethodName | The method to call. |
TArray<FString> | Content | The parameters to call the method with. |
Type | Description | |
---|---|---|
FJsonObjectWrapper | Response | The response. |
EErrorCode | Status Code | The status code. |