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

Link to this section Summary

Link to this section Types

@type executable_type() :: StellarBase.XDR.SCContractExecutable.t()
@type network_id_type() :: StellarBase.XDR.Hash.t()
@type salt_type() :: StellarBase.XDR.UInt256.t()
@type t() :: %StellarBase.XDR.HashIDPreimageCreateContractArgs{
  executable: executable_type(),
  network_id: network_id_type(),
  salt: salt_type()
}

Link to this section Functions

Link to this function

new(network_id, executable, salt)

View Source
@spec new(
  network_id :: network_id_type(),
  executable :: executable_type(),
  salt :: salt_type()
) :: t()