Source Code

(define-trait token-trait
  (
    (collect (principal uint) (response bool uint))
  )
)