Crate iota_model

Source
Expand description

Structs representing the various data types used by Iota

Structs§

Bundle
Represents a bundle of transactions
BundleEntry
Represent a entry to add to bundle
Input
Represents an address associated with a seed, that can be used as an “input” when trying to meet a minimum threshold of funds for a transaction
Inputs
Represents a grouping of inputs and their cumulative balance
Neighbor
This represents a neighbor node
Signature
Represents an address and a grouping of signature fragments
Transaction
Represents an IOTA transaction
Transfer
Represents a transfer in IOTA

Enums§

TransactionParseError
This type provides some errors that can occur

Functions§

right_pad_string
Right pads a string to a certain length in place
right_pad_vec
Right pads a vector to a certain length in place