aptos-labs / aptos-go-sdk

Aptos Go SDK
https://aptos.dev/sdks/go-sdk
Apache License 2.0
11 stars 15 forks source link

[fa] Add icon_uri and project_uri to client #100

Closed gregnazario closed 6 days ago

gregnazario commented 1 week ago

Description

Adds remaining view functions except (is balance at least and is_store_dispatchable)

Both of those, probably are only useful within a move context, assets should be known they're dispatchable at the asset level, not store level.

Also, refactored a bit to remove TODOs and reduce duplication

Test Plan

Related Links