WalletIdentityNotFoundException constructor
const
WalletIdentityNotFoundException(
- String message
Exception used to notify the caller that he tried to share an encrypted CommercioDoc but one or more recipients does not have an associated identity.
In general this exception should be instantiated with the factory
constructor fromAddress()
.
Please refer to https://docs.commercio.network/x/id/tx/create-an-identity.html on how create an identity and associate it to a wallet.
Implementation
const WalletIdentityNotFoundException(this.message);