Batch request to generate QRI values for multiple connections.

type QriRequest = {
    data?: QriRequestItem[];
    rawValues?: boolean;
}
Index

Properties

Properties

Array of QRI generation requests. Maximum 100 items per batch.

rawValues?: boolean