ObjectType
public enum ObjectType
Undocumented
-
Undocumented
Declaration
Swift
public static let unset: ObjectId -
Undocumented
Declaration
Swift
public static let unsetHistory: OperationHistoryObjectId -
Undocumented
Declaration
Swift
public init(fromSpace space: Int, type: Int) -
Undocumented
Declaration
Swift
case unknown(UInt8, UInt8) -
Undocumented
Declaration
Swift
case nullObject -
Undocumented
Declaration
Swift
case baseObject -
Undocumented
Declaration
Swift
case accountObject -
Undocumented
Declaration
Swift
case assetObject -
Undocumented
Declaration
Swift
case minerObject -
Undocumented
Declaration
Swift
case customObject -
Undocumented
Declaration
Swift
case proposalObject -
Undocumented
Declaration
Swift
case operationHistoryObject -
Undocumented
Declaration
Swift
case withdrawPermissionObject -
Undocumented
Declaration
Swift
case vestingBalanceObject -
Undocumented
Declaration
Swift
case nftObject -
Undocumented
Declaration
Swift
case nftDataObject -
Undocumented
Declaration
Swift
case globalPropertyObject -
Undocumented
Declaration
Swift
case dynamicGlobalPropertyObject -
Undocumented
Declaration
Swift
case reservedObject -
Undocumented
Declaration
Swift
case assetDynamicData -
Undocumented
Declaration
Swift
case accountBalanceObject -
Undocumented
Declaration
Swift
case accountStatisticsObject -
Undocumented
Declaration
Swift
case transactionObject -
Undocumented
Declaration
Swift
case blockSummaryObject -
Undocumented
Declaration
Swift
case accountTransactionHistoryObject -
Undocumented
Declaration
Swift
case chainPropertyObject -
Undocumented
Declaration
Swift
case minerScheduleObject -
Undocumented
Declaration
Swift
case budgetRecordObject -
Undocumented
Declaration
Swift
case purchaseObject -
Undocumented
Declaration
Swift
case contentObject -
Undocumented
Declaration
Swift
case publisherObject -
Undocumented
Declaration
Swift
case subscriptionObject -
Undocumented
Declaration
Swift
case seedingStatisticsObject -
Undocumented
Declaration
Swift
case transactionDetailObject -
Undocumented
Declaration
Swift
case messagingObject -
Undocumented
Declaration
Swift
public var space: UInt8 { get } -
Undocumented
Declaration
Swift
public var type: UInt8 { get }
-
Declaration
Swift
public static func == (lhs: ObjectType, rhs: ObjectType) -> Bool
-
Declaration
Swift
public static func < (lhs: ObjectType, rhs: ObjectType) -> Bool -
Declaration
Swift
public static func <= (lhs: ObjectType, rhs: ObjectType) -> Bool -
Declaration
Swift
public static func >= (lhs: ObjectType, rhs: ObjectType) -> Bool -
Declaration
Swift
public static func > (lhs: ObjectType, rhs: ObjectType) -> Bool
View on GitHub
Install in Dash
ObjectType Enumeration Reference