Commit js, ts, and definitions in separate folders
This commit is contained in:
parent
e7ac2b9a4e
commit
bc28949056
148 changed files with 3850 additions and 39 deletions
types
25
types/types.d.ts
vendored
Normal file
25
types/types.d.ts
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
export declare function UInt31(value: number): boolean;
|
||||
export declare function BIP32Path(value: string): boolean;
|
||||
export declare namespace BIP32Path {
|
||||
var toJSON: () => string;
|
||||
}
|
||||
export declare function Satoshi(value: number): boolean;
|
||||
export declare const ECPoint: any;
|
||||
export declare const Network: any;
|
||||
export declare const Buffer256bit: any;
|
||||
export declare const Hash160bit: any;
|
||||
export declare const Hash256bit: any;
|
||||
export declare const Number: any;
|
||||
export declare const Array: any;
|
||||
export declare const Boolean: any;
|
||||
export declare const String: any;
|
||||
export declare const Buffer: any;
|
||||
export declare const Hex: any;
|
||||
export declare const maybe: any;
|
||||
export declare const tuple: any;
|
||||
export declare const UInt8: any;
|
||||
export declare const UInt32: any;
|
||||
export declare const Function: any;
|
||||
export declare const BufferN: any;
|
||||
export declare const Null: any;
|
||||
export declare const oneOf: any;
|
Loading…
Add table
Add a link
Reference in a new issue