IotaHistoryTransaction

public struct IotaHistoryTransaction

Represents a Iota Bundle and all the reattaches, used to group all the txs in a single object.

  • The value of the bundle.

    Declaration

    Swift

    public internal(set) var value: Int64 = 0
  • The address.

    Declaration

    Swift

    public internal(set) var address = ""
  • tag

    The tag.

    Declaration

    Swift

    public internal(set) var tag = ""
  • The persistence of the bundle.

    Declaration

    Swift

    public internal(set) var persistence: Bool = false
  • The bundle hash.

    Declaration

    Swift

    public internal(set) var bundle: String = ""
  • The timestamp.

    Declaration

    Swift

    public internal(set) var timestamp: UInt64 = 0
  • List of transactions list, each array represent a reattach.

    Declaration

    Swift

    public internal(set) var transactions: [[IotaTransaction]] = []