add nft assets endpoint (#298)

This commit is contained in:
Asim Aslam
2021-12-08 14:04:19 +00:00
committed by GitHub
parent 22ce7074a0
commit cc0a59aaf7
9 changed files with 1829 additions and 108 deletions

View File

@@ -15,7 +15,7 @@ func main() {
)
// Register handler
pb.RegisterNftHandler(srv.Server(), new(handler.Nft))
pb.RegisterNftHandler(srv.Server(), handler.New())
// Run service
if err := srv.Run(); err != nil {