Main documentation
Preparing search index...
The search index is not available
massa-web3
massa-web3
IEventFilter
Interface IEventFilter
Allows you to filter events by their properties.
See
start of type
ISlot
represents the start of the time interval (can be null).
end of type
ISlot
represents the end of the time interval (can be null).
emitter_address of type
string
represents the address that emitted the event (can be null) or the MNS domain associated.
original_caller_address of type
string
represents the operation id that generated the event (can be null) or the MNS domain associated.
is_final of type
boolean
to filter final events (true), candidate events (false) or both (null).
interface
IEventFilter
{
emitter_address
:
string
;
end
:
ISlot
;
is_final
:
boolean
;
original_caller_address
:
string
;
original_operation_id
:
string
;
start
:
ISlot
;
}
Hierarchy (
view full
)
IEventFilter
IEventRegexFilter
Index
Properties
emitter_
address
end
is_
final
original_
caller_
address
original_
operation_
id
start
Properties
emitter_
address
emitter_
address
:
string
end
end
:
ISlot
is_
final
is_
final
:
boolean
original_
caller_
address
original_
caller_
address
:
string
original_
operation_
id
original_
operation_
id
:
string
start
start
:
ISlot
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
emitter_
address
end
is_
final
original_
caller_
address
original_
operation_
id
start
Wallet operations
Smart contracts operations
Events
Public API
Private API
massa-web3
References
Address
PublicKey
SecretKey
Namespaces
utils
Enumerations
ArgTypes
ArrayTypes
DefaultProviderUrls
EOperationStatus
OperationTypeId
ProviderType
Classes
Args
Client
ClientFactory
EventPoller
PrivateApiClient
PublicApiClient
SmartContractsClient
Loading...
Generated using
TypeDoc
Allows you to filter events by their properties.
See
ISlot
represents the start of the time interval (can be null).ISlot
represents the end of the time interval (can be null).string
represents the address that emitted the event (can be null) or the MNS domain associated.string
represents the operation id that generated the event (can be null) or the MNS domain associated.boolean
to filter final events (true), candidate events (false) or both (null).