Documentation
    Preparing search index...

    Interface PlpCancelReceipt

    interface PlpCancelReceipt {
        accountId: string;
        amount: number;
        index: bigint;
        isSupply: boolean;
        raw: { amount: bigint };
        recipient: string;
        vaultId: string;
    }
    Index
    accountId: string
    amount: number

    Refund returned to the account (quote for supply, PLP for withdraw).

    index: bigint
    isSupply: boolean
    raw: { amount: bigint }
    recipient: string
    vaultId: string