Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ControlCplusControlV/ferrofluid
/ functions
Functions
243 in github.com/ControlCplusControlV/ferrofluid
⨍
Functions
243
◇
Types & classes
142
Function
test_order_tracking_methods
()
tests/order_tracking_test.rs:41
Function
test_order_tracking_with_mock_placement
()
tests/order_tracking_test.rs:101
Function
test_predefined_symbols
()
src/types/symbols.rs:1261
Function
test_prelude_imports
()
src/types/symbols.rs:1281
Function
test_privy_signer_creation
()
src/signers/privy.rs:209
Function
test_runtime_symbol_creation
()
src/types/symbols.rs:1270
Function
test_sign_l1_action
()
src/signers/signer.rs:101
Function
test_sign_usd_transfer_action
()
src/signers/signer.rs:149
Function
test_sign_withdraw_action
()
src/signers/signer.rs:178
Function
test_symbol_conversions
()
src/types/symbol.rs:92
Function
test_symbol_creation
()
src/types/symbol.rs:77
Function
test_symbol_equality
()
src/types/symbol.rs:108
Function
test_tracking_disabled_by_default
()
tests/order_tracking_test.rs:81
Function
test_usd_send_type_hash
()
src/types/actions.rs:297
Method
testnet
()
src/providers/info.rs:72
Method
testnet
(signer: S)
src/providers/exchange.rs:146
Method
testnet_agent
(signer: S, agent_address: Address)
src/providers/exchange.rs:180
Method
testnet_builder
(signer: S, builder_address: Address)
src/providers/exchange.rs:201
Method
testnet_vault
(signer: S, vault_address: Address)
src/providers/exchange.rs:160
Method
testnet_with_options
( signer: S, vault: Option<Address>, agent: Option<Address>, builder: Option<A
src/providers/exchange.rs:221
Method
tracked_order_count
Get the number of tracked orders
src/providers/exchange.rs:133
Method
trigger
Create a trigger order (stop loss or take profit)
src/types/requests.rs:105
Method
trigger_buy
( self, trigger_px: impl ToString, size: impl ToString, tpsl: &str, )
src/providers/exchange.rs:1064
Method
trigger_sell
( self, trigger_px: impl ToString, size: impl ToString, tpsl: &str, )
src/providers/exchange.rs:1079
Method
type_hash
()
src/types/eip712.rs:28
Method
unsubscribe
(subscription: Subscription)
src/types/ws.rs:304
Method
unsubscribe
Unsubscribe from a subscription
src/providers/websocket.rs:201
Method
update_isolated_margin
( &self, asset: u32, is_buy: bool, ntli: i64, )
src/providers/exchange.rs:552
Method
update_leverage
( &self, asset: u32, is_cross: bool, leverage: u32, )
src/providers/exchange.rs:538
Method
usd_transfer
( &self, destination: Address, amount: &str, )
src/providers/exchange.rs:573
Method
user_fees
( &self, user: Address, )
src/providers/info.rs:225
Method
user_fills
( &self, user: Address, )
src/providers/info.rs:195
Method
user_funding
( &self, user: Address, start_time: u64, end_time: Option<u64>, )
src/providers/info.rs:206
Method
user_state
( &self, user: Address, )
src/providers/info.rs:148
Method
user_token_balances
( &self, user: Address, )
src/providers/info.rs:248
Method
vault_transfer
( &self, vault_address: Address, is_deposit: bool, usd: u64, )
src/providers/exchange.rs:739
Method
with_agent
Start with an agent
src/providers/exchange.rs:1350
Method
with_agent_rotation
Configure agent rotation
src/providers/exchange.rs:1343
Method
with_builder
Set builder address
src/providers/exchange.rs:1363
Method
with_credentials
Create a new Privy signer with explicit credentials
src/signers/privy.rs:90
Method
with_vault
Set vault address
src/providers/exchange.rs:1357
Method
withdraw
( &self, destination: Address, amount: &str, )
src/providers/exchange.rs:596
Method
ws_url
(&self)
src/constants.rs:17
← previous
201–243 of 243, ranked by callers