UNPKG

948 BTypeScriptView Raw
1export declare function UInt31(value: number): boolean;
2export declare function BIP32Path(value: string): boolean;
3export declare namespace BIP32Path {
4 var toJSON: () => string;
5}
6export declare function Signer(obj: any): boolean;
7export declare function Satoshi(value: number): boolean;
8export declare const ECPoint: any;
9export declare const Network: any;
10export declare const Buffer256bit: any;
11export declare const Hash160bit: any;
12export declare const Hash256bit: any;
13export declare const Number: any;
14export declare const Array: any;
15export declare const Boolean: any;
16export declare const String: any;
17export declare const Buffer: any;
18export declare const Hex: any;
19export declare const maybe: any;
20export declare const tuple: any;
21export declare const UInt8: any;
22export declare const UInt32: any;
23export declare const Function: any;
24export declare const BufferN: any;
25export declare const Null: any;
26export declare const oneOf: any;