AccountHistoryObject

public struct AccountHistoryObject : Decodable
  • id

    Declaration

    Swift

    public let id: UInt32
  • Declaration

    Swift

    public let value: OperationObject
  • Declaration

    Swift

    public init(from decoder: Decoder) throws