View Source StellarBase.XDR.ContractEventV0 (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 ContractEventV0
type.
Summary
Types
@type data_type() :: StellarBase.XDR.SCVal.t()
@type t() :: %StellarBase.XDR.ContractEventV0{ data: data_type(), topics: topics_type() }
@type topics_type() :: StellarBase.XDR.SCValList.t()
Functions
@spec new(topics :: topics_type(), data :: data_type()) :: t()