Versions in this module Expand all Collapse all v1 v1.0.0 Aug 23, 2024 Changes in this version + func Create(param CreateParam) types.Instruction + func CreateAssociatedTokenAccount(param CreateAssociatedTokenAccountParam) types.Instruction + func CreateIdempotent(param CreateIdempotentParam) types.Instruction + func RecoverNested(param RecoverNestedParam) types.Instruction + type CreateAssociatedTokenAccountParam struct + AssociatedTokenAccount common.PublicKey + Funder common.PublicKey + Mint common.PublicKey + Owner common.PublicKey + type CreateIdempotentParam struct + AssociatedTokenAccount common.PublicKey + Funder common.PublicKey + Mint common.PublicKey + Owner common.PublicKey + type CreateParam struct + AssociatedTokenAccount common.PublicKey + Funder common.PublicKey + Mint common.PublicKey + Owner common.PublicKey + type Instruction borsh.Enum + const InstructionCreate + const InstructionCreateIdempotent + const InstructionRecoverNested + type RecoverNestedParam struct + DestinationAssociatedTokenAccount common.PublicKey + NestedMint common.PublicKey + NestedMintAssociatedTokenAccount common.PublicKey + Owner common.PublicKey + OwnerAssociatedTokenAccount common.PublicKey + OwnerMint common.PublicKey