ras_transfer_subscription

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

The operation that defines this strategy. The subscription strategy allows users to register a new account by paying a recurring fee. It does not grant the account any additional benefits.

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 subscription fees

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