diff --git a/classes/Coin.html b/classes/Coin.html index ab26889..8b9317f 100644 --- a/classes/Coin.html +++ b/classes/Coin.html @@ -1 +1 @@ -
Generated using TypeDoc
Generated using TypeDoc
Create a Coin
object to be associated with the Dex
.
The symbol of the coin to create
@@ -12,17 +12,17 @@The mint authority Keypair
to use for the mint
The freeze authority Keypair
to use for the mint
Fetch one of the Coin
objects associated with the Dex
by symbol.
The symbol of the coin to fetch
-Initialize a DexMarket
instance associated with the Dex
.
The payer Keypair
to use for the transactions
The quote Coin
of the market to create
The parameters required to create the market
-Runs a Market Making on a separate node process for durationInSecs
seconds.
The DexMarket
to run market maker on
A wrapper class around serum-ts
's Market
class.
Cancel an order on the DexMarket.
The Connection
object to connect to Solana.
The Market
object from serum-ts
package.
The Order
object to cancel.
Create a Transaction
object for creating the accounts required for a DexMarket.
The MarketAccounts
object containing the accounts needed for initializing the market.
The Connection
object to connect to Solana.
The address of the serum-dex
program deployed.
Create a Transaction
object for creating the vaults required for a DexMarket.
The Keypair
of the account that will pay for the transaction.
The quote Coin
object provided by the Coin
class.
The Connection
object to connect to Solana.
Create a Transaction
object for cancelling an order.
The Connection
object to connect to Solana.
The Market
object from serum-ts
package.
The Order
object to cancel.
Create a Transaction
object for placing an order.
The Connection
object to connect to Solana.
The size
of the order.
The price
of the order.
Place an order on the DexMarket.
The Connection
object to connect to Solana.
The size
of the order.
The price
of the order.
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Dex is a wrapper class for a deployed Serum Dex program.
-