Order

public struct Order : Equatable, SteemEncodable, Decodable

Type representing the order book for the internal STEEM market

  • The order price

    Declaration

    Swift

    public var orderPrice: Price
  • The real price

    Declaration

    Swift

    public var realPrice: String
  • The STEEM price

    Declaration

    Swift

    public var steem: UInt32
  • sbd

    The SBD price

    Declaration

    Swift

    public var sbd: UInt32
  • Created

    Declaration

    Swift

    public var created: String