UNPKG

@dashevo/wallet-lib

Version:
14 lines (8 loc) 809 B
**Usage**: `storage.addNewTxToAddress(tx, address)` **Description**: Add a specific transaction to the related address. Parameters: | parameters | type | required | Description | |------------------------|-------------------------------------------|------------------| ------------------------------------------------------------------------| | **tx** | Transaction Object | yes | The Transaction to link to the B58 address | | **address** | String (b58 address) | yes | A valid B58 address | Returns: Boolean