Expand description
Structs representing the various data types used by Iota
Structs§
- Bundle
- Represents a bundle of transactions
- Bundle
Entry - 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§
- Transaction
Parse Error - 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