aptos-labs / Aptos-Unity-SDK

Aptos Labs Unity SDK
Other
38 stars 12 forks source link

Update data property in Transaction model #10

Open kPatch opened 1 year ago

kPatch commented 1 year ago

Needs to be updated to represent proper data being passed

[JsonProperty("data", Required = Required.Always)]
public string Data { get; set; }