AccountHistoryObject
public struct AccountHistoryObject : Decodable
-
Declaration
Swift
public let id: UInt32
-
Declaration
Swift
public let value: OperationObject
-
Declaration
Swift
public init(from decoder: Decoder) throws