Re-exports§
Modules§
- client
client
A general purpose IOTA client for interaction with the IOTA network (Tangle) - pow
pow
Provides proof of work implementations and scoring for the IOTA protocol. TIP https://github.com/iotaledger/tips/blob/main/tips/TIP-0012/tip-0012.md. - Common types required by nodes and clients APIs like blocks, responses and DTOs.
- wallet
wallet
The IOTA Wallet Library
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 constantpub 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.