aptos-labs / Aptos-Unity-SDK

Aptos Labs Unity SDK
Other
38 stars 12 forks source link

Update TransactionPayload model to support hex strings #5

Open kPatch opened 1 year ago

kPatch commented 1 year ago

TransactionPayload.cs - PropertyValues only considers int property values, update to consider array of hex strings

[JsonProperty("property_values", Required = Required.AllowNull)]
public int[] PropertyValues { get; set; } // TODO: See Data Type for Property Values; array<string<hex>>