gas-station-trait
SPV9K21TBFAK4KNRJXF5DFP8N7W46G4V9RCJDC22Source Code
(define-trait gas-station-trait
(
(pay-gas () (response bool uint))
(pay-gas-with-pyth () (response bool uint))
(get-gas-amount () (response uint uint))
)
)(define-trait gas-station-trait
(
(pay-gas () (response bool uint))
(pay-gas-with-pyth () (response bool uint))
(get-gas-amount () (response uint uint))
)
)