Uses of Class
com.knowm.xchange.serum.dto.PublicKey
Package
Description
-
Uses of PublicKey in com.knowm.xchange.serum.core
Modifier and TypeFieldDescriptionstatic PublicKey
PublicKeys.DEPRECATED_PROGRAM_ID_1
static PublicKey
PublicKeys.DEPRECATED_PROGRAM_ID_2
final PublicKey
Market.programId
static PublicKey
PublicKeys.WRAPPED_SOL_MINT
ModifierConstructorDescriptionMarket
(MarketStat decoded, int baseMintDecimals, int quoteMintDecimals, MarketOptions options, PublicKey programId) -
Uses of PublicKey in com.knowm.xchange.serum.dto
-
Uses of PublicKey in com.knowm.xchange.serum.service
Modifier and TypeMethodDescriptionint
SerumMarketDataServiceRaw.getMintDecimals
(PublicKey mint) SerumMarketDataServiceRaw.load
(PublicKey address, MarketOptions options, PublicKey programId) Loads a full qualified market from Serum. -
Uses of PublicKey in com.knowm.xchange.serum.structures
Modifier and TypeFieldDescriptionMarketStatLayoutV1.MarketStatV1.asks
MarketStatLayoutV2.MarketStatV2.asks
MarketStatLayoutV1.MarketStatV1.baseMint
MarketStatLayoutV2.MarketStatV2.baseMint
MarketStatLayoutV1.MarketStatV1.baseVault
MarketStatLayoutV2.MarketStatV2.baseVault
MarketStatLayoutV1.MarketStatV1.bids
MarketStatLayoutV2.MarketStatV2.bids
MarketStatLayoutV1.MarketStatV1.eventQueue
MarketStatLayoutV2.MarketStatV2.eventQueue
final PublicKey
EventQueueLayout.EventNode.openOrders
MarketStatLayoutV1.MarketStatV1.ownAddress
MarketStatLayoutV2.MarketStatV2.ownAddress
MarketStatLayoutV1.MarketStatV1.quoteMint
MarketStatLayoutV2.MarketStatV2.quoteMint
MarketStatLayoutV1.MarketStatV1.quoteVault
MarketStatLayoutV2.MarketStatV2.quoteVault
MarketStatLayoutV1.MarketStatV1.requestQueue
MarketStatLayoutV2.MarketStatV2.requestQueue
Modifier and TypeMethodDescriptionMarketStat.baseMint()
MarketStatLayoutV1.MarketStatV1.baseMint()
MarketStatLayoutV2.MarketStatV2.baseMint()
MarketStat.getAsks()
MarketStatLayoutV1.MarketStatV1.getAsks()
MarketStatLayoutV2.MarketStatV2.getAsks()
MarketStat.getBids()
MarketStatLayoutV1.MarketStatV1.getBids()
MarketStatLayoutV2.MarketStatV2.getBids()
MarketStat.getEventQueue()
MarketStatLayoutV1.MarketStatV1.getEventQueue()
MarketStatLayoutV2.MarketStatV2.getEventQueue()
MarketStat.getOwnAddress()
MarketStatLayoutV1.MarketStatV1.getOwnAddress()
MarketStatLayoutV2.MarketStatV2.getOwnAddress()
PublicKeyLayout.getPublicKey()
MarketStat.getRequestQueue()
MarketStatLayoutV1.MarketStatV1.getRequestQueue()
MarketStatLayoutV2.MarketStatV2.getRequestQueue()
MarketStat.quoteMint()
MarketStatLayoutV1.MarketStatV1.quoteMint()
MarketStatLayoutV2.MarketStatV2.quoteMint()
ModifierConstructorDescriptionEventNode
(EventFlagsLayout.EventFlags eventFlags, long openOrdersSlot, long feeTier, long nativeQuantityReleased, long nativeQuantityPaid, long nativeFeeOrRebate, String orderId, byte[] orderIdBytes, PublicKey openOrders, long clientOrderId) MarketStatV1
(AccountFlagsLayout.AccountFlags accountFlags, PublicKey ownAddress, long vaultSignerNonce, PublicKey baseMint, PublicKey quoteMint, PublicKey baseVault, long baseDepositsTotal, long baseFeesAccrued, PublicKey quoteVault, long quoteDepositsTotal, long quoteFeesAccrued, long quoteDustThreshold, PublicKey requestQueue, PublicKey eventQueue, PublicKey bids, PublicKey asks, long baseLotSize, long quoteLotSize, long feeRateBps) MarketStatV2
(AccountFlagsLayout.AccountFlags accountFlags, PublicKey ownAddress, long vaultSignerNonce, PublicKey baseMint, PublicKey quoteMint, PublicKey baseVault, long baseDepositsTotal, long baseFeesAccrued, PublicKey quoteVault, long quoteDepositsTotal, long quoteFeesAccrued, long quoteDustThreshold, PublicKey requestQueue, PublicKey eventQueue, PublicKey bids, PublicKey asks, long baseLotSize, long quoteLotSize, long feeRateBps, long referrerRebatesAccrued)