leaderboard
SP26TQH4FRPTKHQEYE6HZQG98R4CZE6PTJBJNP7NTSource Code
(define-map scores principal uint)
(define-public (submit-score (score uint))
(begin
(map-set scores tx-sender score)
(ok score)
)
)
Functions (1)
| Function | Access | Args |
|---|---|---|
| submit-score | public | score: uint |