Documentation
    Preparing search index...

    Interface AllowanceReference

    An allowance with optional funder metadata and app authorization.

    interface AllowanceReference {
        app?: { permit: TransactionObjectArgument; type: string };
        funder?: string;
        objectId: string;
    }
    Index
    app?: { permit: TransactionObjectArgument; type: string }

    Authorization for an app-bound allowance.

    funder?: string

    Skip the metadata lookup when the funder is already known.

    objectId: string