StringEvent defines en Event object wrapper where all the attributes contain key/value pairs that are strings instead of raw bytes.

interface StringEventAmino {
    attributes?: AttributeAmino[];
    type?: string;
}

Properties

Properties

attributes?: AttributeAmino[]
type?: string