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

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.

Link to this section Summary

Link to this section Types

@type contract_id_type() :: StellarBase.XDR.ContractID.t()
@type executable_type() :: StellarBase.XDR.SCContractExecutable.t()
@type t() :: %StellarBase.XDR.CreateContractArgs{
  contract_id: contract_id_type(),
  executable: executable_type()
}

Link to this section Functions

Link to this function

new(contract_id, executable)

View Source
@spec new(contract_id :: contract_id_type(), executable :: executable_type()) :: t()