Expand description
An Anchor generated module containing the program’s set of
instructions, where each method handler in the #[program]
mod is
associated with a struct defining the input arguments to the
method. These should be used directly, when one wants to serialize
Anchor instruction data, for example, when speciying
instructions on a client.
Structs§
- Cancel
Swap - Instruction.
- Claim
Fees - Instruction.
- Complete
GtExchange - Instruction.
- Confirm
GtBuyback - Instruction.
- Create
Swap - Instruction.
- Deposit
ToTreasury Vault - Instruction.
- Initialize
Config - Instruction.
- Initialize
Treasury Vault Config - Instruction.
- Insert
Token ToTreasury Vault - Instruction.
- Prepare
GtBank - Instruction.
- Remove
Token From Treasury Vault - Instruction.
- SetBuyback
Factor - Instruction.
- SetGt
Factor - Instruction.
- SetReferral
Reward - Instruction.
- SetTreasury
Vault Config - Instruction.
- Sync
GtBank - Instruction.
- Toggle
Token Flag - Instruction.
- Transfer
Receiver - Instruction.
- Withdraw
From Treasury Vault - Instruction.