Source Code

(define-trait commission
    (
      (pay (uint uint) (response bool uint))
    )
)