View Source Stellar.TxBuild.CreateContractArgs (Elixir Stellar SDK v0.22.0)

CreateContractArgs struct definition.

Summary

Types

@type contract_executable() :: Stellar.TxBuild.ContractExecutable.t()
Link to this type

contract_id_preimage()

View Source
@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()
}
@type validation() :: {:ok, any()} | error()