Create account. Broadcasted to the blockchain to create a new account.
The account_create payload. See AccountCreateOperation
The Active or Owner private key of the account creator.
Update account. Updates account information.
The account_update payload. See AccountUpdateOperation
The Active or Owner private key of the account.
Witness vote. Vote from an account to a witness.
The account_witness_vote payload. See AccountWitnessVoteOperation
The private key of the account, should be the Active key at least.
Convenience for calling condenser_api
.
Cancel transfer from saving. Funds withdrawals from the savings can be canceled at any time before it is executed.
The cancel_transfer_from_savings payload. See CancelTransferFromSavingsOperation
The private key of the account, should be the Active key at least.
Change recovery account. Funds withdrawals from the savings can be canceled at any time before it is executed.
The change_recovery_account payload. See ChangeRecoveryAccountOperation
The Owner private key of the account.
Claim account. Requests from users or dApps to get an account creation ticket in order to create new accounts. These operations are issued before the actual creation of the account on the blockchain.
The claim_account payload. See ClaimAccountOperation
The Active or Owner private key of the account.
Claim reward balance.
Author and curator rewards are not automatically transferred to the account’s balances.
One has to issue a claim_reward_balance
operation to trigger the transfer from the reward pool to its balance.
The claim_reward_balance payload. See ClaimRewardBalanceOperation
The Posting, Active or Owner private key of the account.
Comment. Creates a post/comment.
The comment payload. See CommentOperation
The Posting, Active or Owner private key of the account.
The comment_options payload [optional]. See CommentOptionsOperation
Comment options. Authors of posts may not want all of the benefits that come from creating a post. This operation allows authors to update properties associated with their post. Typically, these options will accompany a comment operation in the same transaction.
The comment_options payload. See CommentOptionsOperation
The Active or Owner private key of the account creator.
Create claimed account.
When used with claim_account
, works identically to account_create
See accountCreate.
The create_claimed_account payload. See CreateClaimedAccountOperation
The Active or Owner private key of the account creator.
Broadcast custom JSON. Serves the same purpose as custom but also supports required posting authorities. Unlike custom, this operation is designed to be human readable/developer friendly.
The custom_json operation payload. See CustomJsonOperation
The Posting, Active or Owner private key of the account.
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. See DelegateVestingSharesOperation
Private active key of the delegator.
Used by guests to suggest a post for the review queue. It’s up to the community to define what constitutes flagging.
The community account concerned.
The account submitting the custom_json operation.
The permlink of the post.
short notes
The Posting, Active or Owner private key of the account.
Mute a post (Mods or higher). Can be a topic or a comment.
The community account concerned.
The account submitting the custom_json operation.
The author of the post.
The permlink of the post.
short notes
The Posting, Active or Owner private key of the account.
Stickies a post to the top of the community homepage (Mods or higher). If multiple posts are stickied, the newest ones are shown first.
The community account concerned.
The account submitting the custom_json operation.
The author of the post.
The permlink of the post.
The Posting, Active or Owner private key of the account.
Stickies a post to the top of the community homepage (Mods or higher). If multiple posts are stickied, the newest ones are shown first.
The community account concerned.
The account submitting the custom_json operation.
The account submitting the custom_json operation.
The author of the post.
The Posting, Active or Owner private key of the account.
Stickies a post to the top of the community homepage (Mods or higher). If multiple posts are stickied, the newest ones are shown first.
The community account concerned.
The account submitting the custom_json operation.
The account submitting the custom_json operation.
title for the account
The Posting, Active or Owner private key of the account.
Un/subscribe to a community (Guest Operations)
The community account concerned.
Un/subscribe to a community.
The account submitting the custom_json operation.
The Posting, Active or Owner private key of the account.
Unmute a post (Mods or higher).
The community account concerned.
The account submitting the custom_json operation.
The author of the post.
The permlink of the post.
short notes
The Posting, Active or Owner private key of the account.
Removes a post to the top of the community homepage (Mods or higher).
The community account concerned.
The account submitting the custom_json operation.
The author of the post.
The permlink of the post.
The Posting, Active or Owner private key of the account.
Broadcast Nexus update properties (Admin Operations). Update display settings of a Community.
The custom_json operation payload. See NexusUpdateProps
The account submitting the custom_json operation.
The Posting, Active or Owner private key of the account.
Prepare transaction with operations for Sign and broadcast to the network.
List of operations to send.
Broadcast a read notification to the network.
Reblurt/Undo Reblurt a post
The account submitting the custom_json operation.
The author of the post.
The permlink of the post.
if true Undo Reblurt else Reblurt
The Posting, Active or Owner private key of the account.
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.
Private active key of sender.
Broadcast a vote.
The vote to send.
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.