;; @name all annotation test
;; @description all annotation test
;; @mine-before 10
;; @caller wallet_1
(define-public (test-all-annotations-1)
    (ok true))

;; @name all annotation test 2
;; @description all annotation test 2
;; @mine-before 20
;; @caller wallet_2
(define-public (test-all-annotations-2)
    (ok true))