Skip to content

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…

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:151

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.

Properties

attributes

readonly attributes: readonly Attribute[]

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:153


type

readonly type: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:152

Edit this page on GitHub