Type alias WalletEncryptedJson

WalletEncryptedJson: {
    encryptedJson: string;
    type: "ENCRYPTED_JSON";
}

Type declaration

  • encryptedJson: string
  • type: "ENCRYPTED_JSON"

Generated using TypeDoc