View Source StellarBase.XDR.EvictionIterator (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 EvictionIterator type.

Summary

Types

Link to this type

bucket_file_offset_type()

View Source
@type bucket_file_offset_type() :: StellarBase.XDR.UInt64.t()
Link to this type

bucket_list_level_type()

View Source
@type bucket_list_level_type() :: StellarBase.XDR.UInt32.t()
@type is_curr_bucket_type() :: StellarBase.XDR.Bool.t()
@type t() :: %StellarBase.XDR.EvictionIterator{
  bucket_file_offset: bucket_file_offset_type(),
  bucket_list_level: bucket_list_level_type(),
  is_curr_bucket: is_curr_bucket_type()
}

Functions

Link to this function

new(bucket_list_level, is_curr_bucket, bucket_file_offset)

View Source
@spec new(
  bucket_list_level :: bucket_list_level_type(),
  is_curr_bucket :: is_curr_bucket_type(),
  bucket_file_offset :: bucket_file_offset_type()
) :: t()