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

    Interface CosmosEvent

    The same event type as tendermint34.Event and tendermint35.Event but attribute keys and values are unified to strings. The conversion from bytes to string in the Tendermint 0.34 case should be done by performing lossy UTF-8 decoding.

    interface CosmosEvent {
        attributes: readonly Attribute[];
        type: string;
    }
    Index

    Properties

    Properties

    attributes: readonly Attribute[]
    type: string