Adds an additional amount as commitment
The commitment is part of the PoC+ consensus, and allows miners to improve their mining power through additionally locked amount
The args
The Transaction Id or Unsigned Bytes as Hex String if no private key was sent
Get QR Code image for a given BURST address
The recipient burst
Optional
amountNQT: numberThe amount (in NQT) to request (Default = 0)
Optional
feeSuggestionType: stringThe fee suggestion type string (Default = 'standard')
Optional
feeNQT: numberThe fee amount (in NQT)
Optional
immutable: booleanWhether to allow this to be modified
QR code image data
Generate the URL for a QR Code for a given BURST address. Useful for IMG tags in HTML.
The recipient burst address
Optional
amountNQT: numberThe amount (in NQT) to request (Default = 0)
Optional
feeSuggestionType: stringThe fee suggestion type string (Default = 'standard')
Optional
feeNQT: numberThe fee amount (in NQT)
Optional
immutable: booleanWhether to allow this to be modified
The url
Get an account given an ID
The arguments
The account from the backend, not including transactions
Get the balance of an account
Get blockIds forged by an account
The arguments
The list of blocks
Get blocks forged by an account
The arguments
The list of blocks
Gets a list of subscriptions for this account (sender)
The sender account Id
List of Subscriptions
Get transactions of given account
The arguments
List of transactions
Get all transactions between sender and recipient (in both transfer directions)
This method does not resolve amount of distributions to token holders
The arguments
List of transactions
Get all transactions from specific sender
This method does not resolve amount of distributions to token holders
The arguments
List of transactions
Get all transactions from sender to recipient
This method does not resolve amount of distributions to token holders
The arguments
List of transactions
Get all transactions to specific recipient
This method does not resolve amount of distributions to token holders
The arguments
List of transactions
Gets the reward recipient for an account
So you can see, if an account is bound to a pool.
The account Id
The Reward Recipient
Gets a list of subscriptions paying to the given account (recipient)
The recipient account Id
List of Subscriptions
The trade history is a journal about open/filled and/or cancelled trades for a given account and optionally set asset
The args object
The trade history
Get unconfirmed transactions of given account
The numeric accountId
Optional
includeIndirect: booleanIncludes indirect transaction, i.e. multi out payments.
For BRS Versions before 2.3.2 this must be undefined
List of unconfirmed transactions
Removes/Reduces a miners commitment
The commitment is part of the PoC+ consensus, and allows miners to improve their mining power through additionally locked amount
The args
The Transaction Id or Unsigned Bytes as Hex String if no private key was sent
Sets account information for an account
The arguments
The Transaction Id or Unsigned Bytes as Hex String if no private key was sent
Sets or Updates an Alias
The arguments
The Transaction Id or Unsigned Bytes as Hex String if no private key was sent
Assigns a reward recipient for an account
This function is usually used to bind an account to a mining pool.
The arguments
The Transaction Id or Unsigned Bytes as Hex String if no private key was sent
Account API