*RPCClearCacheRequest not needed as we will generalize it through broadcast request

This commit is contained in:
Derrick Hammer 2022-11-27 18:05:29 -05:00
parent 4c618a311d
commit e95e8d830f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 5 deletions

View File

@ -32,11 +32,6 @@ export interface RPCCacheItem extends RPCResponse {
signature: string;
}
export interface RPCClearCacheRequest {
request: string;
relays?: string[];
}
export type RPCClearCacheResponseRelayList = {
[relay: string]: RPCClearCacheResponse;
};