gleeth/commands/call
Values
pub fn execute(
provider: provider.Provider,
contract_address: String,
function_call: String,
parameters: List(String),
abi_file: option.Option(String),
) -> Result(Nil, types.GleethError)
pub fn execute(
provider: provider.Provider,
contract_address: String,
function_call: String,
parameters: List(String),
abi_file: option.Option(String),
) -> Result(Nil, types.GleethError)