PrivateKey
Static Method Summary
| Static Public Methods | ||
| public static | 
       fromBuffer(buf: *): *  | 
    |
| public static | 
       fromHex(hex: *): *  | 
    |
| public static | 
       fromSeed(seed: *): *  | 
    |
| public static | 
      
       | 
    |
Constructor Summary
| Private Constructor | ||
| private | 
      
       | 
    |
Member Summary
| Public Members | ||
| public | 
       d: *  | 
    |
Method Summary
| Public Methods | ||
| public | 
       child(offset: *): *  | 
    |
| public | 
       get_shared_secret(public_key: *, legacy: boolean): * ECIES  | 
    |
| public | 
       toBuffer(): *  | 
    |
| public | 
       toByteBuffer(): *  | 
    |
| public | 
       toHex(): *  | 
    |
| public | 
       toPublicKey(): *  | 
    |
| public | 
       toPublicKeyPoint(): Point  | 
    |
| public | 
       toWif(): *  | 
    |
Static Public Methods
Private Constructors
private constructor() source
Public Members
public d: * source
Public Methods
public child(offset: *): * source
Params:
| Name | Type | Attribute | Description | 
| offset | * | 
Return:
| * | 
Throw:
overflow of the key could not be derived  | 
      
    
  