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 PublicKeyPublicKeys.DEPRECATED_PROGRAM_ID_1static PublicKeyPublicKeys.DEPRECATED_PROGRAM_ID_2final PublicKeyMarket.programIdstatic PublicKeyPublicKeys.WRAPPED_SOL_MINTConstructors 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 TypeMethodDescriptionintSerumMarketDataServiceRaw.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.asksMarketStatLayoutV2.MarketStatV2.asksMarketStatLayoutV1.MarketStatV1.baseMintMarketStatLayoutV2.MarketStatV2.baseMintMarketStatLayoutV1.MarketStatV1.baseVaultMarketStatLayoutV2.MarketStatV2.baseVaultMarketStatLayoutV1.MarketStatV1.bidsMarketStatLayoutV2.MarketStatV2.bidsMarketStatLayoutV1.MarketStatV1.eventQueueMarketStatLayoutV2.MarketStatV2.eventQueuefinal PublicKeyEventQueueLayout.EventNode.openOrdersMarketStatLayoutV1.MarketStatV1.ownAddressMarketStatLayoutV2.MarketStatV2.ownAddressMarketStatLayoutV1.MarketStatV1.quoteMintMarketStatLayoutV2.MarketStatV2.quoteMintMarketStatLayoutV1.MarketStatV1.quoteVaultMarketStatLayoutV2.MarketStatV2.quoteVaultMarketStatLayoutV1.MarketStatV1.requestQueueMarketStatLayoutV2.MarketStatV2.requestQueueMethods 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)