Crate iota_sdk

source ·

Re-exports§

Modules§

Macros§

  • Convenience macro to work around the fact the [bitflags] crate does not yet support iterating over the individual flags. This macro essentially creates the [bitflags] and puts the individual flags into an associated constant pub const ALL_FLAGS: &'static [].
  • Convenience macro to implement and derive base features of identifiers.
  • Convenience macro to serialize types to string via serde.

Structs§

  • Little-endian large integer type 256-bit unsigned integer.
  • A parsed URL record.

Type Aliases§