Fix esplora error messages
This commit is contained in:
parent
4b2300f5b3
commit
0193d7f869
@ -111,11 +111,11 @@ class ElectrsApi implements AbstractBitcoinApi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$getScriptHash(scripthash: string): Promise<IEsploraApi.ScriptHash> {
|
$getScriptHash(scripthash: string): Promise<IEsploraApi.ScriptHash> {
|
||||||
throw new Error('Method getAddress not implemented.');
|
throw new Error('Method getScriptHash not implemented.');
|
||||||
}
|
}
|
||||||
|
|
||||||
$getScriptHashTransactions(scripthash: string, txId?: string): Promise<IEsploraApi.Transaction[]> {
|
$getScriptHashTransactions(scripthash: string, txId?: string): Promise<IEsploraApi.Transaction[]> {
|
||||||
throw new Error('Method getAddressTransactions not implemented.');
|
throw new Error('Method getScriptHashTransactions not implemented.');
|
||||||
}
|
}
|
||||||
|
|
||||||
$getAddressPrefix(prefix: string): string[] {
|
$getAddressPrefix(prefix: string): string[] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user