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

Representation of Stellar SCEnvMetaEntry type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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