fixed type of address.toOutputScript

This commit is contained in:
Daniel Lebrecht
2017-08-22 12:37:01 +02:00
parent f33c73125b
commit e810a5d679

View File

@@ -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 {