IotaInput
public struct IotaInput
Represents a Iota Input.
-
The address.
Declaration
Swift
public internal(set) var address: String -
The balance.
Declaration
Swift
public internal(set) var balance: Int64 -
The key index.
Declaration
Swift
public internal(set) var keyIndex: Int -
The security level.
Declaration
Swift
public internal(set) var security: Int
IotaInput Structure Reference