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
@type bucket_file_offset_type() :: StellarBase.XDR.UInt64.t()
@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
@spec new( bucket_list_level :: bucket_list_level_type(), is_curr_bucket :: is_curr_bucket_type(), bucket_file_offset :: bucket_file_offset_type() ) :: t()