View Source StellarBase.XDR.HashIDPreimageCreateContractArgs (Elixir Stellar Base v0.9.0)

Representation of Stellar HashIDPreimageCreateContractArgs type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.HashIDPreimageCreateContractArgs{
  network_id: StellarBase.XDR.Hash.t(),
  salt: StellarBase.XDR.UInt256.t(),
  source: StellarBase.XDR.SCContractCode.t()
}

Link to this section Functions

Link to this function

new(network_id, source, salt)

View Source
@spec new(
  network_id :: StellarBase.XDR.Hash.t(),
  source :: StellarBase.XDR.SCContractCode.t(),
  salt :: StellarBase.XDR.UInt256.t()
) :: t()