This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
Server
/
new-api
Pridať medzi pozorované
40
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
57059ac73f
Branche
Tagy
main
master
master-merge
new-api
/
common
/
quota.go
quota.go
76 B
História
Raw
1
2
3
4
5
package common
func GetTrustQuota() int {
return int(10 * QuotaPerUnit)
}