View Source Stellar.TxBuild.CreateContractArgs (Elixir Stellar SDK v0.22.0)
CreateContractArgs
struct definition.
Summary
Types
@type contract_executable() :: Stellar.TxBuild.ContractExecutable.t()
@type contract_id_preimage() :: Stellar.TxBuild.ContractIDPreimage.t()
@type error() :: {:error, atom()}
@type t() :: %Stellar.TxBuild.CreateContractArgs{ contract_executable: contract_executable(), contract_id_preimage: contract_id_preimage() }