View Source StellarBase.XDR.ContractEvent (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 ContractEvent
type.
Summary
Types
@type body_type() :: StellarBase.XDR.ContractEventBody.t()
@type contract_id_type() :: StellarBase.XDR.OptionalHash.t()
@type ext_type() :: StellarBase.XDR.ExtensionPoint.t()
@type t() :: %StellarBase.XDR.ContractEvent{ body: body_type(), contract_id: contract_id_type(), ext: ext_type(), type: type_type() }
@type type_type() :: StellarBase.XDR.ContractEventType.t()
Functions
@spec new( ext :: ext_type(), contract_id :: contract_id_type(), type :: type_type(), body :: body_type() ) :: t()