fetch method to fetch events from nip19 codes and relay hints.

This commit is contained in:
fiatjaf
2023-10-15 09:18:19 -03:00
parent ada76f281a
commit db157e6181
2 changed files with 61 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ func main() {
Commands: []*cli.Command{
req,
count,
fetch,
event,
decode,
encode,