- rejectAll(): Promise<{
id: string;
topic: "rpc-response";
content: {
encrypted: EncryptedData;
} | {
failure: ErrorObject;
};
}[]> Returns Promise<{
id: string;
topic: "rpc-response";
content: {
encrypted: EncryptedData;
} | {
failure: ErrorObject;
};
}[]>