Aptos-Unity-SDK
Aptos-Unity-SDK copied to clipboard
Aptos Labs Unity SDK
Confirmed security I'
The faucet returns a txn hash and the client must wait to see if it succeeds but FundAccount doesn't do that. The client can't wait themselves either easily because we...
Parse through list of event changes from transaction response. Below is the outline of the code. `TransactionConverter.cs` ``` if (item["changes"] != null) { List changes = new List(); // TODO:...
``` /// /// /// /// public AccountAddress Deserialize() { // TODO: Implement Deserialize throw new NotImplementedException(); } ```
Needs to be updated to represent proper data being passed ``` [JsonProperty("data", Required = Required.Always)] public string Data { get; set; } ```
`Transaction.cs` is missing key_rotation_events.
`Transaction.cs` is missing `coin_register_events`.
`Transaction.cs` is missing `signer_capability_offer`
`Transaction.cs` is missing `rotation_capability_offer`