Module iota_types::iota_serde
source · Structs§
- custom serde for AccountAddress
- Serializes a bitmap according to the roaring bitmap on-disk standard. https://github.com/RoaringBitmap/RoaringFormatSpec
- Use with serde_as to control serde for human-readable serialization and deserialization
H
: serde_as SerializeAs/DeserializeAs delegation for human readable in/outputR
: serde_as SerializeAs/DeserializeAs delegation for non-human readable in/output
Functions§
- Serialize StructTag as a string, retaining the leading zeros in the address.