Function getInitializePositionBundleInstruction
- getInitializePositionBundleInstruction<
TAccountPositionBundle extends string,
TAccountPositionBundleMint extends string,
TAccountPositionBundleTokenAccount extends string,
TAccountPositionBundleOwner extends string,
TAccountFunder extends string,
TAccountTokenProgram extends string,
TAccountSystemProgram extends string,
TAccountRent extends string,
TAccountAssociatedTokenProgram extends string,
TProgramAddress extends
Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">,
>(
input: InitializePositionBundleInput<
TAccountPositionBundle,
TAccountPositionBundleMint,
TAccountPositionBundleTokenAccount,
TAccountPositionBundleOwner,
TAccountFunder,
TAccountTokenProgram,
TAccountSystemProgram,
TAccountRent,
TAccountAssociatedTokenProgram,
>,
config?: { programAddress?: TProgramAddress },
): InitializePositionBundleInstruction<
TProgramAddress,
TAccountPositionBundle,
TAccountPositionBundleMint,
TAccountPositionBundleTokenAccount,
TAccountPositionBundleOwner,
TAccountFunder,
TAccountTokenProgram,
TAccountSystemProgram,
TAccountRent,
TAccountAssociatedTokenProgram,
> Type Parameters
- TAccountPositionBundle extends string
- TAccountPositionBundleMint extends string
- TAccountPositionBundleTokenAccount extends string
- TAccountPositionBundleOwner extends string
- TAccountFunder extends string
- TAccountTokenProgram extends string
- TAccountSystemProgram extends string
- TAccountRent extends string
- TAccountAssociatedTokenProgram extends string
- TProgramAddress extends Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">