factory DepositInstruction.fromJson(Map<String, dynamic> json) => DepositInstruction(json['value'], json['description']);