AssetAmount
public struct AssetAmount : Codable
Undocumented
-
Undocumented
Declaration
Swift
public static let unset: AssetAmount -
Undocumented
Declaration
Swift
public let amount: BigInt -
Undocumented
Declaration
Swift
public let assetId: AssetObjectId -
Undocumented
Declaration
Swift
public init(_ amount: BigInt, assetId: AssetObjectId = DCore.Constant.dct) -
Undocumented
Declaration
Swift
public init(with amount: UInt64) -
Undocumented
Declaration
Swift
public init(with amount: UInt64, assetId: String) -
Undocumented
Declaration
Swift
public init(with amount: String) -
Undocumented
Declaration
Swift
public init(with amount: String, assetId: String)
-
Declaration
Swift
public static func == (lhs: AssetAmount, rhs: AssetAmount) -> Bool
-
Declaration
Swift
public static func < (lhs: AssetAmount, rhs: AssetAmount) -> Bool -
Declaration
Swift
public static func <= (lhs: AssetAmount, rhs: AssetAmount) -> Bool -
Declaration
Swift
public static func >= (lhs: AssetAmount, rhs: AssetAmount) -> Bool -
Declaration
Swift
public static func > (lhs: AssetAmount, rhs: AssetAmount) -> Bool -
Undocumented
Declaration
Swift
public static func < (lhs: AssetAmount, rhs: Int) -> Bool -
Undocumented
Declaration
Swift
public static func <= (lhs: AssetAmount, rhs: Int) -> Bool -
Undocumented
Declaration
Swift
public static func >= (lhs: AssetAmount, rhs: Int) -> Bool -
Undocumented
Declaration
Swift
public static func > (lhs: AssetAmount, rhs: Int) -> Bool
-
Undocumented
Declaration
Swift
public func asData() -> Data
View on GitHub
Install in Dash
AssetAmount Structure Reference