Add Bitcoin Core RPC cookie authentication option
This commit is contained in:
@@ -25,4 +25,5 @@ export interface BitcoinRpcCredentials {
|
||||
user: string;
|
||||
pass: string;
|
||||
timeout: number;
|
||||
cookie?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user