List of operations added to transaction
Get dcorejs-lib format transaction.
dcorejs-lib transaction object.
Append new operation to transaction object.
Operation to append to transaction.
Successful operation add value.
Broadcast transaction to DCore blockchain.
Private key to sign transaction in WIF(hex)(Wallet Import Format) format .
If value is 'true' transaction will be singed, in 'false' transaction will not be signed. Default 'true'
Void.
Displays current transaction
dcorejs-lib format transaction object.
Transform transaction into proposal type transaction.
Proposal transaction parameters.
Replace operation on operationIndex with newOperation
Index of operation to replace. Must be greater than 0 and smaller than length of operations.
Operation to be placed to index.
Returns true if replaced, false otherwise.
Set transaction fee required for transaction operation
Void.
Sign transaction with given private/public key pair.
Private key to sign transaction.
Powered by DECENT
Class contains available transaction operation names constants