View Source StellarBase.XDR.ContractCodeEntry (Elixir Stellar Base v0.13.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 ContractCodeEntry
type.
Link to this section Summary
Link to this section 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() }
Link to this section Functions
@spec new( ext :: ext_type(), hash :: hash_type(), body :: body_type(), expiration_ledger_seq :: expiration_ledger_seq_type() ) :: t()