Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
EventAttribute
Interface EventAttribute
EventAttribute is a single key-value pair, associated with an event.
interface
EventAttribute
{
index
:
boolean
;
key
:
Uint8Array
;
value
:
Uint8Array
;
}
Index
Properties
index
key
value
Properties
index
index
:
boolean
nondeterministic
key
key
:
Uint8Array
value
value
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
index
key
value
@crownfi/sei-js-proto
Loading...
EventAttribute is a single key-value pair, associated with an event.