Registers an account using the fee strategy
the blockchain rid from which the assets will be paid
the asset that will be used to pay the fee
the auth descriptor of the new account
Optional
loginConfig: null | LoginConfigOptionsthe config if the account should be created with an active session, otherwise null
Strategy instance that can be used to retrieve registration details
Registers an account using the open strategy
the auth descriptor of the new account
Optional
loginConfig: null | LoginConfigOptionsthe config if the account should be created with an active session, otherwise null
Strategy instance that can be used to retrieve registration details
Registers an account using the subscription strategy
the blockchain rid from which the assets will be paid
the asset that will be used to pay the subscription
the auth descriptor of the new account
Optional
loginConfig: null | LoginConfigOptionsthe config if the account should be created with an active session, otherwise null
Strategy instance that can be used to retrieve registration details
Creates an account that previously had assets transferred to it, and paying a fee
the asset in which to pay the fee. The asset needs to be present on the account
the auth descriptor of the new account
Optional
loginConfig: null | LoginConfigOptionsthe config if the account should be created with an active session, otherwise null
Strategy instance that can be used to retrieve registration details
Creates an account that previously had assets transferred to it, without paying a fee
the auth descriptor of the new account
Optional
loginConfig: null | LoginConfigOptionsthe config if the account should be created with an active session, otherwise null
Strategy instance that can be used to retrieve registration details
Creates an account that previously had assets transferred to it, paying a subscription fee
the asset that will be used to pay the subscription. The asset must already have been sent to the account
the auth descriptor of the new account
Optional
loginConfig: null | LoginConfigOptionsthe config if the account should be created with an active session, otherwise null
Strategy instance that can be used to retrieve registration details
Functions that can be used to register an account