Convenience for calling condenser_api
.
Broadcast a comment, also used to create a new top level post.
The comment/post.
Private posting key of comment author.
Broadcast a comment and set the options.
The comment/post.
The comment/post options.
Whether to allow post to recieve curation rewards.
Whether to allow post to receive votes.
SBD value of the maximum payout this post will receive.
The percent of Steem Dollars to key, unkept amounts will be received as Steem Power.
Private posting key of comment author.
Create a new account on testnet.
New account options.
Private active key of account creator.
Delegate vesting shares from one account to the other. The vesting shares are still owned
by the original account, but content voting rights and bandwidth allocation are transferred
to the receiving account. This sets the delegation to vesting_shares
, increasing it or
decreasing it as needed. (i.e. a delegation of 0 removes the delegation)
When a delegation is removed the shares are placed in limbo for a week to prevent a satoshi of VESTS from voting on the same content twice.
Delegation options.
The account receiving vesting shares.
The account delegating vesting shares.
The amount of vesting shares delegated.
Private active key of the delegator.
Broadcast custom JSON.
The custom_json operation payload.
ID string, must be less than 32 characters long.
JSON encoded string, must be valid JSON.
Private posting or active key.
Broadcast a signed transaction to the network.
Sign and broadcast transaction with operations to the network. Throws if the transaction expires.
List of operations to send.
Private key(s) used to sign transaction.
Sign a transaction with key(s).
Broadcast a transfer.
The transfer operation payload.
Amount of STEEM or SBD to send.
Sending account name.
Plain-text note attached to transaction.
Receiving account name.
Private active key of sender.
Update account.
The account_update payload.
The private key of the account affected, should be the corresponding key level or higher for updating account authorities.
Broadcast a vote.
The vote to send.
Voting weight, 100% = 10000 (STEEMIT_100_PERCENT).
Private posting key of the voter.
Generated using TypeDoc
How many milliseconds in the future to set the expiry time to when broadcasting a transaction, defaults to 1 minute.