View Source StellarBase.XDR.CreateContractArgs (Elixir Stellar Base v0.16.0)
Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten
Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr
Representation of Stellar CreateContractArgs
type.
Summary
Types
@type contract_id_preimage_type() :: StellarBase.XDR.ContractIDPreimage.t()
@type executable_type() :: StellarBase.XDR.ContractExecutable.t()
@type t() :: %StellarBase.XDR.CreateContractArgs{ contract_id_preimage: contract_id_preimage_type(), executable: executable_type() }
Functions
@spec new( contract_id_preimage :: contract_id_preimage_type(), executable :: executable_type() ) :: t()