Fix address.*OutputScript and ECPairOptions rng

This commit is contained in:
junderw 2019-04-11 15:55:33 +09:00
parent 848c8190c3
commit 329809fa4a
No known key found for this signature in database
GPG key ID: B256185D3A971908
4 changed files with 6 additions and 6 deletions
ts_src

View file

@ -16,7 +16,7 @@ const isOptions = typeforce.maybe(
interface ECPairOptions {
compressed?: boolean;
network?: Network;
rng?(arg0: Buffer): Buffer;
rng?(arg0: number): Buffer;
}
export interface ECPairInterface {