Skip to content

Commit

Permalink
add bencoded of evidence
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Feb 5, 2025
1 parent e648b51 commit 9622733
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/Libplanet.Explorer/GraphTypes/EvidenceType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ public EvidenceType()
description: "Indicates the timestamp the infraction occurred.",
resolve: x => x.Source.Timestamp
);
Field<NonNullGraphType<IValueType>>(
name: "Bencoded",
description: "The bencoded form of evidence.",
resolve: x => x.Source.Bencoded
);
}
}
}

0 comments on commit 9622733

Please sign in to comment.