Source Code

(define-trait transfer-trait
  (
    ;; helper functions for 8-digit fixed notation
    (transfer-fixed (uint principal principal) (response bool uint))   
  )
)