ras_transfer_fee

@mount("ft4.ras_transfer_fee") operation ras_transfer_fee(asset_id: byte_array, main: auth_descriptor, disposable: auth_descriptor?)(source)

The operation that defines this strategy. The fee strategy allows users to register a new account by paying a one-time fee.

Throws if the next operation in the transaction is not accepted by require_register_account_next_operation

Parameters

asset_id

the ID of the asset used to pay the registration fee

main

the main auth descriptor for the account that will be registered

disposable

optionally, the disposable auth descriptor for the same account

See also

core.accounts.strategies._strategy

for information on how to register an account using this strategy