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