View Source StellarBase.XDR.ContractCodeEntry (Elixir Stellar Base v0.10.0)
Representation of Stellar ContractCodeEntry
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.ContractCodeEntry{ code: StellarBase.XDR.VariableOpaque256000.t(), ext: StellarBase.XDR.ExtensionPoint.t(), hash: StellarBase.XDR.Hash.t() }
Link to this section Functions
@spec new( hash :: StellarBase.XDR.Hash.t(), code :: StellarBase.XDR.VariableOpaque256000.t(), ext :: StellarBase.XDR.ExtensionPoint.t() ) :: t()