Model is a struct that holds a KV pair

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

Properties

Properties

key?: string

hex-encode key to read it better (this is often ascii)

value?: string

base64-encode raw value