View Source StellarBase.XDR.CreateContractArgs (Elixir Stellar Base v0.10.0)

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

Link to this function

new(contract_id, source)

View Source
@spec new(
  contract_id :: StellarBase.XDR.ContractID.t(),
  source :: StellarBase.XDR.SCContractExecutable.t()
) :: t()