Type Alias InitializePositionBundleInput<TAccountPositionBundle, TAccountPositionBundleMint, TAccountPositionBundleTokenAccount, TAccountPositionBundleOwner, TAccountFunder, TAccountTokenProgram, TAccountSystemProgram, TAccountRent, TAccountAssociatedTokenProgram>

InitializePositionBundleInput: {
    associatedTokenProgram: Address<TAccountAssociatedTokenProgram>;
    funder: TransactionSigner<TAccountFunder>;
    positionBundle: Address<TAccountPositionBundle>;
    positionBundleMint: TransactionSigner<TAccountPositionBundleMint>;
    positionBundleOwner: Address<TAccountPositionBundleOwner>;
    positionBundleTokenAccount: Address<TAccountPositionBundleTokenAccount>;
    rent?: Address<TAccountRent>;
    systemProgram?: Address<TAccountSystemProgram>;
    tokenProgram?: Address<TAccountTokenProgram>;
}

Type Parameters

  • TAccountPositionBundle extends string = string
  • TAccountPositionBundleMint extends string = string
  • TAccountPositionBundleTokenAccount extends string = string
  • TAccountPositionBundleOwner extends string = string
  • TAccountFunder extends string = string
  • TAccountTokenProgram extends string = string
  • TAccountSystemProgram extends string = string
  • TAccountRent extends string = string
  • TAccountAssociatedTokenProgram extends string = string

Type declaration