sip009-nft-trait
SPGYCP878RYFVT03ZT8TWGPKNYTSQB1578VVXHGESource Code
;; SIP009 NFT trait
(define-trait nft-trait
(
(get-owner (uint) (response (optional principal) uint))
(transfer (uint principal principal) (response bool uint))
)
)