Increases the supply of a previously issued fungible asset. The asset must
be open for further issuances (i.e., its open property must be
TRUE).
Arguments
- conn
A connection object created by
mc_connect.- address
Character string. Address that will receive the newly issued units.
- asset
Character string. Asset name, reference, or issuance transaction ID.
- quantity
Numeric. Additional quantity to issue.
- native_amount
Numeric (optional). Amount of native currency to send.
- custom_fields
List (optional). Custom fields (overwrites existing ones if present).
See also
mc_issue for initial issuance,
mc_issue_more_from to issue from a specific address.
Other assets:
mc_get_asset_info(),
mc_get_token_info(),
mc_issue(),
mc_issue_from(),
mc_issue_more_from(),
mc_issue_token(),
mc_issue_token_from(),
mc_list_asset_issues(),
mc_list_assets(),
mc_update(),
mc_update_from()