View Source StellarBase.XDR.HashIDPreimageCreateContractArgs (Elixir Stellar Base v0.10.1)
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.SCContractExecutable.t() }
Link to this section Functions
@spec new( network_id :: StellarBase.XDR.Hash.t(), source :: StellarBase.XDR.SCContractExecutable.t(), salt :: StellarBase.XDR.UInt256.t() ) :: t()