MCPcopy Create free account

hub / github.com/ControlCplusControlV/ferrofluid / functions

Functions243 in github.com/ControlCplusControlV/ferrofluid

Functiontest_order_tracking_methods
()
tests/order_tracking_test.rs:41
Functiontest_order_tracking_with_mock_placement
()
tests/order_tracking_test.rs:101
Functiontest_predefined_symbols
()
src/types/symbols.rs:1261
Functiontest_prelude_imports
()
src/types/symbols.rs:1281
Functiontest_privy_signer_creation
()
src/signers/privy.rs:209
Functiontest_runtime_symbol_creation
()
src/types/symbols.rs:1270
Functiontest_sign_l1_action
()
src/signers/signer.rs:101
Functiontest_sign_usd_transfer_action
()
src/signers/signer.rs:149
Functiontest_sign_withdraw_action
()
src/signers/signer.rs:178
Functiontest_symbol_conversions
()
src/types/symbol.rs:92
Functiontest_symbol_creation
()
src/types/symbol.rs:77
Functiontest_symbol_equality
()
src/types/symbol.rs:108
Functiontest_tracking_disabled_by_default
()
tests/order_tracking_test.rs:81
Functiontest_usd_send_type_hash
()
src/types/actions.rs:297
Methodtestnet
()
src/providers/info.rs:72
Methodtestnet
(signer: S)
src/providers/exchange.rs:146
Methodtestnet_agent
(signer: S, agent_address: Address)
src/providers/exchange.rs:180
Methodtestnet_builder
(signer: S, builder_address: Address)
src/providers/exchange.rs:201
Methodtestnet_vault
(signer: S, vault_address: Address)
src/providers/exchange.rs:160
Methodtestnet_with_options
( signer: S, vault: Option<Address>, agent: Option<Address>, builder: Option<A
src/providers/exchange.rs:221
Methodtracked_order_count
Get the number of tracked orders
src/providers/exchange.rs:133
Methodtrigger
Create a trigger order (stop loss or take profit)
src/types/requests.rs:105
Methodtrigger_buy
( self, trigger_px: impl ToString, size: impl ToString, tpsl: &str, )
src/providers/exchange.rs:1064
Methodtrigger_sell
( self, trigger_px: impl ToString, size: impl ToString, tpsl: &str, )
src/providers/exchange.rs:1079
Methodtype_hash
()
src/types/eip712.rs:28
Methodunsubscribe
(subscription: Subscription)
src/types/ws.rs:304
Methodunsubscribe
Unsubscribe from a subscription
src/providers/websocket.rs:201
Methodupdate_isolated_margin
( &self, asset: u32, is_buy: bool, ntli: i64, )
src/providers/exchange.rs:552
Methodupdate_leverage
( &self, asset: u32, is_cross: bool, leverage: u32, )
src/providers/exchange.rs:538
Methodusd_transfer
( &self, destination: Address, amount: &str, )
src/providers/exchange.rs:573
Methoduser_fees
( &self, user: Address, )
src/providers/info.rs:225
Methoduser_fills
( &self, user: Address, )
src/providers/info.rs:195
Methoduser_funding
( &self, user: Address, start_time: u64, end_time: Option<u64>, )
src/providers/info.rs:206
Methoduser_state
( &self, user: Address, )
src/providers/info.rs:148
Methoduser_token_balances
( &self, user: Address, )
src/providers/info.rs:248
Methodvault_transfer
( &self, vault_address: Address, is_deposit: bool, usd: u64, )
src/providers/exchange.rs:739
Methodwith_agent
Start with an agent
src/providers/exchange.rs:1350
Methodwith_agent_rotation
Configure agent rotation
src/providers/exchange.rs:1343
Methodwith_builder
Set builder address
src/providers/exchange.rs:1363
Methodwith_credentials
Create a new Privy signer with explicit credentials
src/signers/privy.rs:90
Methodwith_vault
Set vault address
src/providers/exchange.rs:1357
Methodwithdraw
( &self, destination: Address, amount: &str, )
src/providers/exchange.rs:596
Methodws_url
(&self)
src/constants.rs:17
← previous201–243 of 243, ranked by callers