7 releases

0.7.3 Feb 3, 2025
0.7.2 Jan 29, 2025
0.6.2 Jan 14, 2025

#7 in #sui

Download history 77/week @ 2025-01-07 434/week @ 2025-01-14 362/week @ 2025-01-21 640/week @ 2025-01-28 482/week @ 2025-02-04 253/week @ 2025-02-11

1,788 downloads per month
Used in 16 crates (15 directly)

Apache-2.0

130KB
3K SLoC

af-sui-types

About

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 data
  • avoiding dynamic error types so that callers could match against errors and react accordingly
  • using a minimal set of dependencies
  • SemVer compatibility

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

Dependencies

~7.5MB
~156K SLoC