Preparing search index...
The search index is not available
Taquito
Taquito
@taquito/michelson-encoder
EventSchema
Class EventSchema
Index
Constructors
constructor
Properties
tag?
type?
Methods
extract
Events
Recursively
from
Micheline
Value
fromRPCResponse
remove
Duplicates
Constructors
constructor
new
Event
Schema
(
tag
?
,
type
?
)
:
EventSchema
Parameters
Optional
tag
:
string
Optional
type
:
MichelsonV1ExpressionExtended
Returns
EventSchema
Properties
Optional
Readonly
tag
tag
?:
string
Optional
Readonly
type
type
?:
MichelsonV1ExpressionExtended
Methods
Static
extract
Events
Recursively
extract
Events
Recursively
(
code
)
:
EventSchema
[]
Parameters
code
:
MichelsonV1Expression
Returns
EventSchema
[]
Static
from
Micheline
Value
from
Micheline
Value
(
val
)
:
EventSchema
Parameters
val
:
MichelsonV1ExpressionExtended
Returns
EventSchema
Static
fromRPCResponse
fromRPCResponse
(
val
)
:
EventSchema
[]
Parameters
val
:
{
script
:
ScriptedContracts
;
}
script
:
ScriptedContracts
Returns
EventSchema
[]
Static
remove
Duplicates
remove
Duplicates
(
events
)
:
EventSchema
[]
Parameters
events
:
EventSchema
[]
Returns
EventSchema
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
tag
type
Methods
extract
Events
Recursively
from
Micheline
Value
fromRPCResponse
remove
Duplicates
Taquito
Loading...