MCPcopy Create free account

hub / github.com/Bonfida/dex-v4 / functions

Functions259 in github.com/Bonfida/dex-v4

MethodmakeCreateAccountTransaction
* Static method to make the transaction instruction that initializes an open order account * @param market The market address of the open orders ac
js/src/openOrders.ts:193
Methodmarket
* Returns the market object associated to the orderbook
js/src/orderbook.ts:37
Methodmarket
* Returns the market address of the open order account
js/src/openOrders.ts:96
MethodmarketAdmin
()
js/src/market.ts:284
MethodmarketCreation
Returns the timestamp of the market creation
js/src/market.ts:307
MethodmarketState
Returns the market state
js/src/market.ts:225
MethodminOrderSize
Returns the min order size of the market
js/src/market.ts:275
MethodminOrderSizeBN
Returns the big number min order size of the market
js/src/market.ts:280
Methodnew
(market: &Pubkey, owner: &Pubkey)
program/src/state.rs:210
Functionno_op_filter
(r: Result<Signature, ClientError>)
cranker/src/utils.rs:25
MethodorderbookAddress
Returns the orderbook address of the market
js/src/market.ts:255
MethodorderbookState
Returns the orderbook state
js/src/market.ts:230
Methodorders
* Returns the list of orders of the open orders account
js/src/openOrders.ts:137
Methodowner
* Returns the owner of the open order account
js/src/openOrders.ts:103
Methodparse
( accounts: &'a [AccountInfo<'b>], program_id: &Pubkey, )
program/src/processor/update_royalties.rs:48
Methodparse
( _program_id: &Pubkey, accounts: &'a [AccountInfo<'b>], )
program/src/processor/close_account.rs:39
Methodparse
( program_id: &Pubkey, accounts: &'a [AccountInfo<'b>], )
program/src/processor/close_market.rs:75
Methodparse
( program_id: &Pubkey, accounts: &'a [AccountInfo<'b>], has_discount_token_account: bo
program/src/processor/new_order.rs:132
Methodparse
( _program_id: &Pubkey, accounts: &'a [AccountInfo<'b>], )
program/src/processor/initialize_account.rs:57
Methodparse
( program_id: &Pubkey, accounts: &'a [AccountInfo<'b>], )
program/src/processor/cancel_order.rs:73
Methodparse
( program_id: &Pubkey, accounts: &'a [AccountInfo<'b>], )
program/src/processor/settle.rs:62
Methodparse
( program_id: &Pubkey, accounts: &'a [AccountInfo<'b>], )
program/src/processor/sweep_fees.rs:57
Methodparse
( program_id: &Pubkey, accounts: &'a [AccountInfo<'b>], )
program/src/processor/create_market.rs:77
Methodparse
( program_id: &Pubkey, accounts: &'a [AccountInfo<'b>], )
program/src/processor/consume_events.rs:69
MethodplaceOrder
* Sign and send a place order transaction * @param connection The solana connection object to the RPC node * @param side The side of the order (
js/src/market.ts:421
Methodprint
(&self)
program/src/entrypoint.rs:30
Functionprocess
(program_id: &Pubkey, accounts: &[AccountInfo])
program/src/processor/update_royalties.rs:73
Functionprocess
(program_id: &Pubkey, accounts: &[AccountInfo])
program/src/processor/close_account.rs:59
Functionprocess
(program_id: &Pubkey, accounts: &[AccountInfo])
program/src/processor/close_market.rs:115
Functionprocess
( program_id: &Pubkey, accounts: &[AccountInfo], instruction_data: &[u8], )
program/src/processor/new_order.rs:213
Functionprocess
( program_id: &Pubkey, accounts: &[AccountInfo], instruction_data: &[u8], )
program/src/processor/initialize_account.rs:87
Functionprocess
( program_id: &Pubkey, accounts: &[AccountInfo], instruction_data: &[u8], )
program/src/processor/cancel_order.rs:114
Functionprocess
(program_id: &Pubkey, accounts: &[AccountInfo])
program/src/processor/settle.rs:110
Functionprocess
(program_id: &Pubkey, accounts: &[AccountInfo])
program/src/processor/sweep_fees.rs:85
Functionprocess
( program_id: &Pubkey, accounts: &[AccountInfo], instruction_data: &[u8], )
program/src/processor/create_market.rs:112
Functionprocess
( program_id: &Pubkey, accounts: &[AccountInfo], instruction_data: &[u8], )
program/src/processor/consume_events.rs:88
Functionprocess_instruction
The entrypoint to the AAOB program
program/src/entrypoint.rs:15
Methodprocess_instruction
( program_id: &Pubkey, accounts: &[AccountInfo], instruction_data: &[u8], )
program/src/processor.rs:60
MethodprogramId
Returns the Serum program ID of the market
js/src/market.ts:195
MethodquoteCurrencyMultiplier
()
js/src/market.ts:292
MethodquoteDecimals
Returns the number of decimals of the quote spl-token
js/src/market.ts:235
MethodquoteMintAddress
Returns the mint address of the quote token
js/src/market.ts:210
MethodquoteSplSizeToNumber
Returns the quote token multiplier
js/src/market.ts:317
MethodquoteTokenFree
* Returns the amount of free quote tokens
js/src/openOrders.ts:124
MethodquoteTokenTotal
* Returns the total amount of quote tokens
js/src/openOrders.ts:130
MethodquoteVault
Returns the quote vault address of the market
js/src/market.ts:250
MethodquoteVolume
Returns the inception quote volume
js/src/market.ts:302
Methodretrieve
(connection: Connection, userAccount: PublicKey)
js/src/state.ts:219
Functionretry
(arg: T, f: F, e: R)
cranker/src/utils.rs:7
MethodsettleFunds
* * @param connection The solana connection object to the RPC node * @param owner The owner of the funds to settle * @param destinationBaseAc
js/src/market.ts:675
MethodslabAsks
* Returns the asks slab of the orderbook
js/src/orderbook.ts:44
MethodslabBids
* Returns the bids slab of the orderbook
js/src/orderbook.ts:51
FunctionspawnLocalSolana
()
js/tests/utils/validator.ts:19
Functionswap
Execute a swap on the orderbook.
program/src/instruction_auto.rs:175
Functiontest_dex
()
program/tests/functional.rs:38
Functiontest_dex_perf
#[tokio::test]
program/tests/performance_tests.rs:17
MethodtickSize
Returns the tick size of the market
js/src/market.ts:265
MethodtickSizeBN
Returns the big number tick size of the market
js/src/market.ts:270
Methodtype_of
()
program/src/error.rs:69
← previous201–259 of 259, ranked by callers