Documentation
    Preparing search index...

    Type Alias DeletePositionBundleParams

    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.

    type DeletePositionBundleParams = {
        owner: PublicKey;
        positionBundle: PublicKey;
        positionBundleMint: PublicKey;
        positionBundleTokenAccount: PublicKey;
        receiver: PublicKey;
    }
    Index

    Properties

    owner: PublicKey
    positionBundle: PublicKey
    positionBundleMint: PublicKey
    positionBundleTokenAccount: PublicKey
    receiver: PublicKey