auth_message_auth_descriptors_details
function auth_message_auth_descriptors_details(main: auth_descriptor, disposable: auth_descriptor?): text(source)
Builds a portion of the message that will be used to authorize account registration. This portion gives the information about the auth descriptors that will be added to the newly created account
In a standard usage of the library, this operation would have the mount name of ft4.register_account
, found at external.accounts.registration.register_account
Parameters
main
the main_auth_descriptor
for the new account
disposable
optionally, the disposable auth descriptor for the new account