bond-values-trait-v1-1
SP3MBWGMCVC9KZ5DTAYFMG1D0AEJCR7NENTM3FTK5Source Code
;; @contract Bond Values Trait
;; @version 1
(define-trait bond-values-trait
(
;; valuation of token
(get-valuation (principal) (response uint uint))
;; USDA value of token
(get-usda-value (principal) (response uint uint))
)
)