Expand description
This code was AUTOGENERATED using the codama library. Please DO NOT EDIT THIS FILE, instead use visitors to add features, then rerun codama to update it.
Structs§
- Asset
Deposit Receipt - Represents Assets deposited into a Trade or NFT pool. Seeds: “nft_receipt”, asset, pool Dummy struct to allow Kinobi to generate the PDA seeds. This is the deposit receipt for NFT standards that have “asset” addresses instead of “mint” addresses.
- NftDeposit
Receipt - Represents NFTs deposited into a Trade or NFT pool. Seeds: “nft_receipt”, mint, pool
- Pool
Poolis the main state account in the AMM program and represents the AMM pool where trades can happen.Poolaccounts are Program Derived Addresses derived from the seeds:"pool",owner, andidentifier.