Source Code

(define-trait token-trait
  (
    (mint ( principal uint) (response uint uint))
  )
)