Type Alias DeletePositionBundleParams

DeletePositionBundleParams: {
    owner: PublicKey;
    positionBundle: PublicKey;
    positionBundleMint: PublicKey;
    positionBundleTokenAccount: PublicKey;
    receiver: PublicKey;
}

Parameters to delete a PositionBundle account.

PublicKey for the wallet that owns the position bundle token.

PublicKey for the position bundle.

PublicKey for the mint for the position bundle token.

The associated token address for the position bundle token in the owners wallet.

PublicKey for the wallet that will receive the rented lamports.