@multiversx/sdk-core - v14.2.6
Preparing search index...
EventTopicDefinition
Class EventTopicDefinition
Index
Constructors
constructor
Properties
indexed
name
type
Methods
from
JSON
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
from
JSON
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
from
JSON
@multiversx/sdk-core - v14.2.6
Loading...