AnchorTransactionInfo.fromJson constructor

AnchorTransactionInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AnchorTransactionInfo.fromJson(Map<String, dynamic> json) =>
    AnchorTransactionInfo(json['enabled'], json['authentication_required']);