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

Link to this type

contract_id_preimage_type()

View Source
@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

Link to this function

new(contract_id_preimage, executable)

View Source
@spec new(
  contract_id_preimage :: contract_id_preimage_type(),
  executable :: executable_type()
) :: t()