This website works better with JavaScript
Home
Explore
Help
Register
Sign In
choozmo
/
ark_backend
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
14cf7358c2
Branches
Tags
master
ark_backend
/
app
/
schemas
/
joyso.py
joyso.py
95 B
History
Raw
1
2
3
4
5
from pydantic import BaseModel
class joysoMint(BaseModel):
toaddress: str
amount: int