EventAttribute is a single key-value pair, associated with an event.

interface EventAttributeAmino {
    index?: boolean;
    key?: string;
    value?: string;
}

Properties

Properties

index?: boolean

nondeterministic

key?: string
value?: string