WalletIdentityNotFoundException.fromAddress constructor

WalletIdentityNotFoundException.fromAddress(
  1. String walletAddress
)

Create a default-message exception that refers to the missing identity of the provided walletAddress.

Implementation

factory WalletIdentityNotFoundException.fromAddress(String walletAddress) =>
    WalletIdentityNotFoundException(
        'Could not find the identity of the wallet $walletAddress. Please make sure that all your recipients have an identity to send encrypted documents to them.');