Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
EventAttributeAmino
Interface EventAttributeAmino
EventAttribute is a single key-value pair, associated with an event.
interface
EventAttributeAmino
{
index
?:
boolean
;
key
?:
string
;
value
?:
string
;
}
Index
Properties
index?
key?
value?
Properties
Optional
index
index
?:
boolean
nondeterministic
Optional
key
key
?:
string
Optional
value
value
?:
string
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.