View Source StellarBase.XDR.ContractDataEntryData (Elixir Stellar Base v0.12.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 ContractDataEntryData
type.
Link to this section Summary
Link to this section Types
@type flags_type() :: StellarBase.XDR.UInt32.t()
@type t() :: %StellarBase.XDR.ContractDataEntryData{ flags: flags_type(), val: val_type() }
@type val_type() :: StellarBase.XDR.SCVal.t()
Link to this section Functions
@spec new(flags :: flags_type(), val :: val_type()) :: t()