owner
, which defines who controls the wallet.
owner
on a wallet. The holder of the authorization key, typically your application backend, controls the wallet. You must use a server-side SDK to create wallets owned by an authorization key.createWallet
method from the useCreateWallet
hook:true
to create additional wallets. Defaults to false
. Learn morePromise
for the linked account object for the created wallet.onSuccess
or onError
callback on the useCreateWallet
hook.