Skip to main content

Class: EvmDecodedEvent

moralis-monorepo / @moralisweb3/common-evm-utils / EvmDecodedEvent

Class: EvmDecodedEvent

@moralisweb3/common-evm-utils.EvmDecodedEvent

Table of contents

Methods

Properties

Methods

create

Static create(input): EvmDecodedEvent

Parameters

NameType
inputEvmDecodedEventInput | EvmDecodedEvent

Returns

EvmDecodedEvent


fromJSON

Static fromJSON(json): EvmDecodedEvent

Parameters

NameType
jsonEvmDecodedEventJSON

Returns

EvmDecodedEvent


toJSON

toJSON(): EvmDecodedEventJSON

Returns

EvmDecodedEventJSON

Properties

label

Optional Readonly label: string


params

Optional Readonly params: EvmDecodedEventParamsItem[]


signature

Optional Readonly signature: string


type

Optional Readonly type: string