commission-test
SP1CSHTKVHMMQJ7PRQRFYW6SB4QAW6SR3XY2F81PASource Code
(define-public (pay (id uint) (price uint))
(begin
(try! (stx-transfer? (/ (* price u200) u10000) tx-sender 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S))
(ok true)))Functions (1)
| Function | Access | Args |
|---|---|---|
| pay | public | id: uint, price: uint |