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

interface AttributeAmino {
    key?: string;
    value?: string;
}

Properties

Properties

key?: string
value?: string