We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WalletV4R2Contract Method getSeqno() failed with Exception if wallet is not AccountActive
public suspend fun transfer(...): Unit = coroutineScope { val seqno = getSeqno() val walletId = getSubWalletId() val message = createTransferMessage( address = address, stateInit = if (state !is AccountActive) createStateInit(privateKey.publicKey(), walletId) else null, ... ) sendExternalMessage(liteApi, message) }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
WalletV4R2Contract
Method getSeqno() failed with Exception if wallet is not AccountActive
The text was updated successfully, but these errors were encountered: