SteemUInt64
public struct SteemUInt64 : Codable
UInt64 wrapper that matches FCs behaviour where values larger than 0xffffffff serializes as strings.
-
The 64-bit unsigned integer.
Declaration
Swift
public let value: UInt64 -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
SteemUInt64 Structure Reference