swap-helper-stx-susdt-trait-1

SP3K8BC0PPEVCV7NZ6QSRWPQ2JE9E5B6N3PA0KBR9

Source Code

(define-trait swap-helper-stx-susdt-trait 
  (
    (swap-helper-stx-susdt (uint (optional uint)) (response uint uint))
  )
)
(define-public (call-impl (f <swap-helper-stx-susdt-trait>) (dx uint) (min-dy (optional uint)))
  (contract-call? f swap-helper-stx-susdt dx min-dy)
)

Functions (1)

FunctionAccessArgs
call-implpublicf: <swap-helper-stx-susdt-trait>, dx: uint, min-dy: (optional uint