PostRequest

Description

Make any kind of POST request using the MultiversX API.

Declaration

public static void PostRequest<T>(string url, string jsonData, UnityAction<CompleteCallback<T>> completeMethod)

Parameters

Name
Description

T

The return type

url

POST API url

jsonData

JSON data to send

completeMethod

Complete listener

Last updated