pub type SendArgs { SendArgs( to: String, value: String, private_key: String, gas_limit: String, data: String, legacy: Bool, ) }
SendArgs( to: String, value: String, private_key: String, gas_limit: String, data: String, legacy: Bool, )
pub fn execute( provider: provider.Provider, args: SendArgs, ) -> Result(Nil, types.GleethError)