Packages

Cli app meant to ease interation with Elrond SCs

Current section

Files

Jump to
earendil lib deployment model.ex
Raw

lib/deployment/model.ex

defmodule EarendilCli.Deployment.Model do
defstruct [:path, :gas_limit, :arguments, :config, :delay]
end