View Source StellarBase.XDR.CreateContractArgsV2 (Elixir Stellar Base v0.17.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 CreateContractArgsV2 type.

Summary

Types

Link to this type

constructor_args_type()

View Source
@type constructor_args_type() :: StellarBase.XDR.SCValList.t()
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.CreateContractArgsV2{
  constructor_args: constructor_args_type(),
  contract_id_preimage: contract_id_preimage_type(),
  executable: executable_type()
}

Functions

Link to this function

new(contract_id_preimage, executable, constructor_args)

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