Module accounts

Module accounts 

Source
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.

https://github.com/codama-idl/codama

Structs§

AssetDepositReceipt
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.
NftDepositReceipt
Represents NFTs deposited into a Trade or NFT pool. Seeds: “nft_receipt”, mint, pool
Pool
Pool is the main state account in the AMM program and represents the AMM pool where trades can happen. Pool accounts are Program Derived Addresses derived from the seeds: "pool", owner, and identifier.