@multiversx/sdk-core - v14.0.1
Preparing search index...
EventTopicDefinition
Class EventTopicDefinition
Index
Constructors
constructor
Properties
indexed
name
type
Methods
fromJSON
Constructors
constructor
new
EventTopicDefinition
(
options
:
{
indexed
:
boolean
;
name
:
string
;
type
:
Type
}
,
)
:
EventTopicDefinition
Parameters
options
:
{
indexed
:
boolean
;
name
:
string
;
type
:
Type
}
Returns
EventTopicDefinition
Properties
Readonly
indexed
indexed
:
boolean
Readonly
name
name
:
string
Readonly
type
type
:
Type
Methods
Static
fromJSON
fromJSON
(
json
:
{
indexed
:
boolean
;
name
?:
string
;
type
:
string
}
,
)
:
EventTopicDefinition
Parameters
json
:
{
indexed
:
boolean
;
name
?:
string
;
type
:
string
}
Returns
EventTopicDefinition
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
indexed
name
type
Methods
fromJSON
@multiversx/sdk-core - v14.0.1
Loading...