deployWallet

suspend fun deployWallet(): Wallet

Deploys a wallet in the Lightspark infrastructure. This is an asynchronous operation, the caller should then poll the wallet frequently (or subscribe to its modifications). When this process is over, the Wallet status will change to DEPLOYED (or FAILED).

Return

The wallet that was deployed.

Throws

if there is no valid authentication.