View Source StellarBase.XDR.ContractCodeEntry (Elixir Stellar Base v0.13.1)
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 ContractCodeEntry
type.
Summary
Types
@type body_type() :: StellarBase.XDR.ContractCodeEntryBody.t()
@type expiration_ledger_seq_type() :: StellarBase.XDR.UInt32.t()
@type ext_type() :: StellarBase.XDR.ExtensionPoint.t()
@type hash_type() :: StellarBase.XDR.Hash.t()
@type t() :: %StellarBase.XDR.ContractCodeEntry{ body: body_type(), expiration_ledger_seq: expiration_ledger_seq_type(), ext: ext_type(), hash: hash_type() }
Functions
@spec new( ext :: ext_type(), hash :: hash_type(), body :: body_type(), expiration_ledger_seq :: expiration_ledger_seq_type() ) :: t()