Properties
Protected
changeObserverDisposer
changeObserverDisposer: IDisposer = null
Protected
connection
connection: Connection
Protected
gmClientService
Protected
healthcheckThreshold
healthcheckThreshold: number
Protected
healthcheckTimer
healthcheckTimer: Timer
Protected
isReloading
isReloading: boolean = false
Protected
lastEventTimestamp
lastEventTimestamp: number = ...
Protected
marketplaceProgramId
marketplaceProgramId: PublicKey
Protected
orderCacheService
orderCacheService: OrderCacheService
Static
Private
HEALTH_CHECK_RATE
HEALTH_CHECK_RATE: number = 5000
Establishes a connection to the Galactic Marketplace and maintains an up-to-date real time snapshot of all open marketplace orders.
Param: rpcUrl
Solana RPC Provider Url
Param: programId
The Galactic Marketplace program PublicKey
Param: commitment
Optional Solana commitment level, defaults to
confirmed