Documentation
    Preparing search index...

    Type Alias CollectAllParams

    The destination wallet that collected fees & reward will be sent to. Defaults to ctx.wallet key.

    The wallet key that contains the position token. Defaults to ctx.wallet key.

    The authority key that can authorize operation on the position. Defaults to ctx.wallet key.

    The key that will pay for the initialization of ATA token accounts. Defaults to ctx.wallet key.

    type CollectAllParams = {
        payer?: PublicKey;
        positionAuthority?: PublicKey;
        positionOwner?: PublicKey;
        receiver?: PublicKey;
    }
    Index

    Properties

    payer?: PublicKey
    positionAuthority?: PublicKey
    positionOwner?: PublicKey
    receiver?: PublicKey