Methods
getblockstatus() → {Promise}
- Source:
get current block status
Returns:
block_height, block_hash
- Type
- Promise
listAsset() → {Promise}
- Source:
list all asset
Returns:
assetID, assetAlias, price
- Type
- Promise
listUTXO(params) → {Promise}
- Source:
List Utxo
Parameters:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object | list Utxo condition. Properties
|
Returns:
hash, asset, amount
- Type
- Promise