View Source StellarBase.XDR.ContractCodeEntry (Elixir Stellar Base v0.16.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.

Summary

Types

@type code_type() :: StellarBase.XDR.VariableOpaque.t()
@type hash_type() :: StellarBase.XDR.Hash.t()
@type t() :: %StellarBase.XDR.ContractCodeEntry{
  code: code_type(),
  ext: ext_type(),
  hash: hash_type()
}

Functions

@spec new(ext :: ext_type(), hash :: hash_type(), code :: code_type()) :: t()