stxmapco-v1-commission
SP31VDBJZTHC476YXZ428R2NBYF3CWV4QJSKDX0ZKSource Code
(define-public (pay (id uint) (price uint))
(begin
(try! (stx-transfer? (/ (* price u100) u10000) tx-sender 'SP2N7V30GFEQAHMNMMTJ6VJBZEGQ3RKS1M2KCEDX7))
(ok true)))Functions (1)
| Function | Access | Args |
|---|---|---|
| pay | public | id: uint, price: uint |