Skip to content

An event attribute.

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

An event attribute.

This is the same attribute type as tendermint34.Attribute and tendermint35.EventAttribute but key and value 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

key

readonly key: string

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


value

readonly value: string

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

Edit this page on GitHub