Add Bitcoin Core RPC cookie authentication option

This commit is contained in:
Antoni Spaanderman
2023-03-26 16:39:45 +02:00
parent e5efc2957a
commit e9386ec003
11 changed files with 78 additions and 16 deletions

View File

@@ -25,4 +25,5 @@ export interface BitcoinRpcCredentials {
user: string;
pass: string;
timeout: number;
cookie?: string;
}