delegate (locked) >>> help wallet_burn
Usage:
wallet_burn <amount_to_transfer> <asset_symbol> <from_account_name> <for_or_against> <to_account_name> [public_message] [anonymous] Burns given amount to the given account. This will allow you to post message and +/- sentiment on someones account as a form of reputation.
Burns given amount to the given account. This will allow you to post message and +/- sentiment on someones account as a form of reputation.
Parameters:
amount_to_transfer (real_amount, required): the amount of shares to transfer
asset_symbol (asset_symbol, required): the asset to transfer
from_account_name (sending_account_name, required): the source account to draw the shares from
for_or_against (string, required): the value 'for' or 'against'
to_account_name (receive_account_name, required): the account to which the burn should be credited (for or against) and on which the public message will appear
public_message (string, optional, defaults to ""): a public message to post
anonymous (bool, optional, defaults to "false"): true if anonymous, else signed by from_account_name
Returns:
transaction_record
aliases: burn
transmits a BURN transaction that can be read in the block explorer.