Documentation
    Preparing search index...

    Interface PlpRequestReceipt

    interface PlpRequestReceipt {
        accountId: string;
        amount: number;
        index: bigint;
        kind: "withdraw" | "supply";
        raw: { amount: bigint };
        recipient: string;
        vaultId: string;
    }
    Index
    accountId: string
    amount: number

    Quote units for supply; PLP shares (6-dec) for withdraw.

    index: bigint

    Feed straight into cancelSupplyPlp / cancelWithdrawPlp.

    kind: "withdraw" | "supply"
    raw: { amount: bigint }
    recipient: string
    vaultId: string