Attribute defines an attribute wrapper where the key and value are strings instead of raw bytes.

from message cosmos.base.abci.v1beta1.Attribute

Hierarchy

Constructors

Properties

key: string = ""

from field: string key = 1;

value: string = ""

from field: string value = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.abci.v1beta1.Attribute" = "cosmos.base.abci.v1beta1.Attribute"

Methods