Source Code

;; @contract Staking Trait
;; @version 1

(define-trait staking-trait
  (
    (add-rewards (uint uint) (response uint uint))
  )
)