Expand description
An Anchor generated module, providing a set of structs
mirroring the structs deriving Accounts
, where each field is
a Pubkey
. This is useful for specifying accounts for a client.
Structsยง
- Claim
Stake - Generated client accounts for
ClaimStake
. - Close
Position - Generated client accounts for
ClosePosition
. - Create
Ticker - Generated client accounts for
CreateTicker
. - Create
User - Generated client accounts for
CreateUser
. - Create
User Position - Generated client accounts for
CreateUserPosition
. - Deposit
Stake Rewards - Generated client accounts for
DepositStakeRewards
. - Initialize
Stake Vault - Generated client accounts for
InitializeStakeVault
. - Open
Position - Generated client accounts for
OpenPosition
. - Request
Withdraw Stake - Generated client accounts for
RequestWithdrawStake
. - StakeNFT
- Generated client accounts for
StakeNFT
. - Stake
Token - Generated client accounts for
StakeToken
. - Swap404
- Generated client accounts for
Swap404
. - Update
Stake Vault Status - Generated client accounts for
UpdateStakeVaultStatus
. - Update
Ticker Price - Generated client accounts for
UpdateTickerPrice
. - Withdraw
Stake - Generated client accounts for
WithdrawStake
.