Fix address.*OutputScript and ECPairOptions rng
This commit is contained in:
parent
848c8190c3
commit
329809fa4a
4 changed files with 6 additions and 6 deletions
types
2
types/ecpair.d.ts
vendored
2
types/ecpair.d.ts
vendored
|
@ -3,7 +3,7 @@ import { Network } from './networks';
|
|||
interface ECPairOptions {
|
||||
compressed?: boolean;
|
||||
network?: Network;
|
||||
rng?(arg0: Buffer): Buffer;
|
||||
rng?(arg0: number): Buffer;
|
||||
}
|
||||
export interface ECPairInterface {
|
||||
compressed: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue