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

Summary

Types

@type key_type() :: StellarBase.XDR.String.t()
@type t() :: %StellarBase.XDR.SCMetaV0{key: key_type(), val: val_type()}
@type val_type() :: StellarBase.XDR.String.t()

Functions

@spec new(key :: key_type(), val :: val_type()) :: t()