hara.runtime.solidity.compile-common
get-caller-private-key
added in 4.0
(get-caller-private-key id)gets the caller private key
with:caller-address
macro
added in 4.0
(with:caller-address [address] & body)overrides caller address
with:caller-payment
macro
added in 4.0
(with:caller-payment [payment] & body)overrides the caller payment
with:caller-private-key
macro
added in 4.0
(with:caller-private-key [private-key] & body)overrides caller private key
with:closed-methods
macro
added in 4.0
(with:closed-methods & body)turns off the open methods flag
with:contract-address
macro
added in 4.0
(with:contract-address [address] & body)overrides contract address
with:open-methods
macro
added in 4.0
(with:open-methods & body)forces the open methods flag
with:params
macro
added in 4.0
(with:params {:keys [clean url contract-address caller-address caller-private-key caller-payment gas-limit temp stringify open-methods suppress-errors]} & body)overrides all parameters
with:suppress-errors
macro
added in 4.0
(with:suppress-errors & body)suppresses printing of errors