Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Py-Ec/solana-arbitrage-bot
/ SwapData
Class
SwapData
program/programs/tmp/src/ix_data.rs:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
#[derive(AnchorSerialize, AnchorDeserialize)]
4
pub struct SwapData {
5
pub instruction: u8,
6
pub amount_in: u64,
7
pub minimum_amount_out: u64,
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected