Aptos-Unity-SDK icon indicating copy to clipboard operation
Aptos-Unity-SDK copied to clipboard

Aptos Labs Unity SDK

Results 13 Aptos-Unity-SDK issues
Sort by recently updated
recently updated
newest added

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...

bug

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:...

enhancement

``` /// /// /// /// public AccountAddress Deserialize() { // TODO: Implement Deserialize throw new NotImplementedException(); } ```

enhancement

Needs to be updated to represent proper data being passed ``` [JsonProperty("data", Required = Required.Always)] public string Data { get; set; } ```

enhancement

`Transaction.cs` is missing key_rotation_events.

enhancement

`Transaction.cs` is missing `coin_register_events`.

enhancement

`Transaction.cs` is missing `signer_capability_offer`

enhancement

`Transaction.cs` is missing `rotation_capability_offer`

enhancement