get_account_id_for_strategy

@mount("ft4.get_account_id_for_strategy") query get_account_id_for_strategy(strategy_operation: gtx_operation): byte_array(source)

Retrieves the id of the account that will the result of registering an account using the provided strategy operation.

Usually called before the account is registered, but it will give the same result after the account was registered as well.

Parameters

strategy_operation

the operation which represents the strategy with which the account will be registered.