View Source StellarBase.XDR.CreateContractArgs (Elixir Stellar Base v0.10.1)
Representation of Stellar CreateContractArgs
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.CreateContractArgs{ contract_id: StellarBase.XDR.ContractID.t(), source: StellarBase.XDR.SCContractExecutable.t() }
Link to this section Functions
@spec new( contract_id :: StellarBase.XDR.ContractID.t(), source :: StellarBase.XDR.SCContractExecutable.t() ) :: t()