rewards-trait-v1
SP4SZE494VC2YC5JYG7AYFQ44F5Q4PYV7DVMDPBGSource Code
;; @contract Rewards Trait
;; @version 1
(define-trait rewards-trait
(
(add-rewards (principal uint) (response bool uint))
)
)
;; @contract Rewards Trait
;; @version 1
(define-trait rewards-trait
(
(add-rewards (principal uint) (response bool uint))
)
)