Source Code

;; @contract Rewards Trait
;; @version 1

(define-trait rewards-trait
  (
    (add-rewards (principal uint) (response bool uint))
  )
)