Broadcasts a transaction to the network/blockchain
Cancels a subscription
Create a subscription
Gets the amount a token holder received from a previous distribution to asset/token holders
Distribution to token holders is very efficient at very high transaction rate, so one need explicitely query the node for the underlying amounts of a run distribution.
Gets a subscription
Gets the payments from a specific subscription aka Auto-Payment
Get a transaction and its details from the network/blockchain
Get a transaction using the hash reference instead of the id
Get the all current unconfirmed transactions
Parses a transaction byte sequence to its JSON representation
Sends a multi-out request to the blockchain with arbitrary value for each recipient
Sends an amount to another account/recipient
Sends a multi-out request to the blockchain with same value for all recipients
Signs and broadcasts a transaction
Usually, you don't need this, as all sending methods in SignumJS sign and broadcast. As not all BRS API functions are implemented yet in SignumJS this method is handy for those, i.e. all direct calls to ChainService.send
Transaction API
This module provides methods related to blockchain transactions