mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
fixed type of address.toOutputScript
This commit is contained in:
2
types/bitcoinjs-lib/index.d.ts
vendored
2
types/bitcoinjs-lib/index.d.ts
vendored
@@ -356,7 +356,7 @@ export namespace address {
|
||||
|
||||
function toBase58Check(hash: Buffer, version: number): string;
|
||||
|
||||
function toOutputScript(address: string, network?: Network): string;
|
||||
function toOutputScript(address: string, network?: Network): Buffer;
|
||||
}
|
||||
|
||||
export namespace bufferutils {
|
||||
|
||||
Reference in New Issue
Block a user