Function getOpenBundledPositionInstruction
getOpenBundledPositionInstruction< TAccountBundledPosition extends string, TAccountPositionBundle extends string, TAccountPositionBundleTokenAccount extends string, TAccountPositionBundleAuthority extends string, TAccountWhirlpool extends string, TAccountFunder extends string, TAccountSystemProgram extends string, TAccountRent extends string, TProgramAddress extends Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">,>( input: OpenBundledPositionInput< TAccountBundledPosition, TAccountPositionBundle, TAccountPositionBundleTokenAccount, TAccountPositionBundleAuthority, TAccountWhirlpool, TAccountFunder, TAccountSystemProgram, TAccountRent, >, config?: { programAddress?: TProgramAddress },): OpenBundledPositionInstruction< TProgramAddress, TAccountBundledPosition, TAccountPositionBundle, TAccountPositionBundleTokenAccount, TAccountPositionBundleAuthority, TAccountWhirlpool, TAccountFunder, TAccountSystemProgram, TAccountRent,> Type Parameters
- TAccountBundledPosition extends string
- TAccountPositionBundle extends string
- TAccountPositionBundleTokenAccount extends string
- TAccountPositionBundleAuthority extends string
- TAccountWhirlpool extends string
- TAccountFunder extends string
- TAccountSystemProgram extends string
- TAccountRent extends string
- TProgramAddress extends Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">