Model is a struct that holds a KV pair

from message cosmwasm.wasm.v1.Model

Hierarchy

Constructors

Properties

key: Uint8Array = ...

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

from field: bytes key = 1;

value: Uint8Array = ...

base64-encode raw value

from field: bytes value = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmwasm.wasm.v1.Model" = "cosmwasm.wasm.v1.Model"

Methods