feat(getTokenData): Adding new endpoint for PS002 token data

This commit is contained in:
Chris Troutner
2022-05-10 11:14:11 -07:00
parent d54cd3889b
commit da5942b28f
4 changed files with 174 additions and 9 deletions
+3
View File
@@ -74,6 +74,9 @@ const bchjs = {
},
Util: {
chunk100: () => {}
},
PsfSlpIndexer: {
getTokenData: () => {}
}
}