connection-trait
SP3031RGK734636C8KGW2Y76TEQBTVX59Q472EQH0Source Code
;; title: connection-trait
;; version:
;; summary:
;; description:
;; traits
(define-trait connection-trait
(
(send-message (uint (buff 256) (buff 4096)) (response bool uint))
(verify-message (uint (buff 256) uint (buff 4096) (list 50 (buff 65))) (response bool uint))
(recover-public-key ((buff 32) (buff 65)) (response (buff 33) uint))
))
;;