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
@type constructor_args_type() :: StellarBase.XDR.SCValList.t()
@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
@spec new( contract_id_preimage :: contract_id_preimage_type(), executable :: executable_type(), constructor_args :: constructor_args_type() ) :: t()