U64Tag - OpenDive/AptosKit GitHub Wiki
U64Tag
UInt64 Type Tag
public struct U64Tag: TypeProtcol, Equatable
Inheritance
Equatable, TypeProtcol
Methods
variant()
public func variant() -> Int
deserialize(from:)
public static func deserialize(from deserializer: Deserializer) throws -> U64Tag
serialize(_:)
public func serialize(_ serializer: Serializer) throws
Operators
==
public static func ==(lhs: U64Tag, rhs: U64Tag) -> Bool