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

interface AttributeSDKType {
    key: string;
    value: string;
}

Properties

Properties

key: string
value: string