*RPCClearCacheRequest not needed as we will generalize it through broadcast request
This commit is contained in:
parent
4c618a311d
commit
e95e8d830f
|
@ -32,11 +32,6 @@ export interface RPCCacheItem extends RPCResponse {
|
|||
signature: string;
|
||||
}
|
||||
|
||||
export interface RPCClearCacheRequest {
|
||||
request: string;
|
||||
relays?: string[];
|
||||
}
|
||||
|
||||
export type RPCClearCacheResponseRelayList = {
|
||||
[relay: string]: RPCClearCacheResponse;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue