using Newtonsoft.Json; namespace MoralisUnity.SolanaApi.Models { public class CloudFunctionResult { [JsonProperty("result")] public T Result { get; set; } } }