CredentialSigner.fromJson constructor

CredentialSigner.fromJson(
  1. String source,
  2. String password
)

Implementation

factory CredentialSigner.fromJson(String source, String password) =>
    CredentialSigner._internal(Wallet.fromJson(source, password));