View Source StellarBase.XDR.SCEnvMetaEntry (Elixir Stellar Base v0.16.0)

Representation of Stellar SCEnvMetaEntry type.

Summary

Types

@type entry() :: StellarBase.XDR.UInt64.t()
@type t() :: %StellarBase.XDR.SCEnvMetaEntry{
  entry: entry(),
  kind: StellarBase.XDR.SCEnvMetaKind.t()
}

Functions

@spec new(entry :: entry(), kind :: StellarBase.XDR.SCEnvMetaKind.t()) :: t()