| Crates.io | af-sui-types |
| lib.rs | af-sui-types |
| version | 0.13.0 |
| created_at | 2025-01-12 11:11:41.032145+00 |
| updated_at | 2025-07-30 01:17:38.34517+00 |
| description | Aftermath's extensions to `sui-sdk-types` |
| homepage | |
| repository | https://github.com/AftermathFinance/aftermath-sdk-rust |
| max_upload_size | |
| id | 1513140 |
| size | 188,852 |
Aftermath's extensions to sui_sdk_types.
Includes some types and constants from the original sui_types and move_core_types that
are not present in sui_sdk_types. This crate also re-exports a lot of the types in
sui_sdk_types.
This crate was originally conceived with the following objectives:
serde compatibility with the full Sui checkpoint dataThe long-term plan is to deprecate most of this in favor of sui_sdk_types. However, there
are some types in that crate that don't expose all of the attributes/methods we need yet.