af-move-type 0.18.0

Standard for representing Move types (`MoveType`) off-chain and their type tags.
Documentation
1
2
3
4
5
//! Re-exports for derive
pub use af_sui_types::{Address, Identifier, StructTag, StructTagHelper, TypeTag};
pub use serde::{Deserialize, Serialize};
pub use serde_with::{DeserializeFromStr, SerializeDisplay};
pub use {derive_where, serde_with};