Address
Addresses are shortened non-reversible hashes of a public key. The full PublicKey is preferred.
Static Method Summary
| Static Public Methods | ||
| public static |
fromBuffer(buffer: *): * |
|
| public static |
fromPublic(public_key: *, compressed: boolean, version: number): * |
|
| public static |
fromString(string: *, address_prefix: *): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
addy: * |
|
Static Public Methods
public static fromBuffer(buffer: *): * source
Params:
| Name | Type | Attribute | Description |
| buffer | * |
Return:
| * |
public static fromPublic(public_key: *, compressed: boolean, version: number): * source
Return:
| * | Address - Compressed BTS/BTC format (by default) |
public static fromString(string: *, address_prefix: *): * source
Params:
| Name | Type | Attribute | Description |
| string | * | ||
| address_prefix | * |
|
Return:
| * |
