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

Link to this type

expiration_ledger_seq_type()

View Source
@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

Link to this function

new(ext, hash, body, expiration_ledger_seq)

View Source
@spec new(
  ext :: ext_type(),
  hash :: hash_type(),
  body :: body_type(),
  expiration_ledger_seq :: expiration_ledger_seq_type()
) :: t()