Crate iota_sdk

Source

Re-exports§

pub use crypto;
pub use packable;

Modules§

clientclient
A general purpose IOTA client for interaction with the IOTA network (Tangle)
powpow
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.
types
Common types required by nodes and clients APIs like blocks, responses and DTOs.
utils
walletwallet
The IOTA Wallet Library

Macros§

create_bitflags
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 [].
impl_id
Convenience macro to implement and derive base features of identifiers.
string_serde_impl
Convenience macro to serialize types to string via serde.

Structs§

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

Type Aliases§

Wallet