Module-level declarations

Functions

Link copied to clipboard

Calculates the account details for the account that will be registered using the ft4.ras_open strategy.

Link copied to clipboard
@extend(strategy) function (): map<text, _strategy>

Operations

Link copied to clipboard
@mount("ft4.ras_open") operation ras_open(main: auth_descriptor, disposable: auth_descriptor?)

The operation that defines the open strategy. The open strategy will allow anybody to register an account by simply sending a transaction that uses it. In most cases, this is not something that is desirable for production dapps, as it will expose the dapp to spam account creation.

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