bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class EventAttribute

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

    from message tendermint.abci.EventAttribute

    Hierarchy

    Index

    Constructors

    Properties

    index: boolean = false

    nondeterministic

    from field: bool index = 3;

    key: string = ""

    from field: string key = 1;

    value: string = ""

    from field: string value = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "tendermint.abci.EventAttribute"

    Methods