Uses of Class
com.knowm.xchange.serum.dto.PublicKey
Packages that use PublicKey
Package
Description
-
Uses of PublicKey in com.knowm.xchange.serum.core
Fields in com.knowm.xchange.serum.core declared as PublicKeyModifier 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
Constructors in com.knowm.xchange.serum.core with parameters of type PublicKeyModifierConstructorDescriptionMarket
(MarketStat decoded, int baseMintDecimals, int quoteMintDecimals, MarketOptions options, PublicKey programId) -
Uses of PublicKey in com.knowm.xchange.serum.dto
Fields in com.knowm.xchange.serum.dto declared as PublicKey -
Uses of PublicKey in com.knowm.xchange.serum.service
Methods in com.knowm.xchange.serum.service with parameters of type PublicKeyModifier 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
Fields in com.knowm.xchange.serum.structures declared as PublicKeyModifier 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
Methods in com.knowm.xchange.serum.structures that return PublicKeyModifier 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()
Methods in com.knowm.xchange.serum.structures with parameters of type PublicKeyConstructors in com.knowm.xchange.serum.structures with parameters of type PublicKeyModifierConstructorDescriptionEventNode
(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)