Source Code

(define-public (pay (id uint) (price uint))
  (begin
    (ok true)))

Functions (1)

FunctionAccessArgs
paypublicid: uint, price: uint