Expand description
Actions to update a Renegade wallet
Modules§
- admin_
assign_ order_ to_ pool - Admin action to assign an order to a matching pool
- admin_
create_ matching_ pool - Admin action to create a matching pool
- admin_
get_ account_ orders - Fetches all orders for a given account (admin)
- admin_
get_ open_ orders - Fetches all open orders managed by the relayer
- admin_
get_ order - Fetch a given order managed by the relayer by its ID
- admin_
is_ task_ queue_ paused - Check if an account’s task queue is paused (admin)
- admin_
place_ order_ in_ pool - Admin action to place an order in a specific matching pool
- approvals
- Helper methods for building ERC20 and Permit2 approval transactions
- cancel_
order - Cancels an order in the wallet
- create_
account - Create an account with the relayer
- deposit
- Deposit into an account balance
- get_
account - Looks up an account by its ID in the relayer
- get_
account_ seeds - Get an account’s seed CSPRNG states from the relayer
- get_
balance_ by_ mint - Gets the balance of a given mint in the account
- get_
balances - Gets all of the balances in the account
- get_
order - Looks up an order by its ID in the relayer
- get_
orders - Fetches all orders in the account
- get_
task - Looks up a task by its ID in the relayer
- get_
tasks - Gets the wallet’s task history from the historical state engine
- place_
order - Places an order
- sync_
account - Sync an account with onchain state
- update_
order - Updates an order
- withdraw
- Withdraw funds from an account balance