Model is a struct that holds a KV pair
from message cosmwasm.wasm.v1.Model
Optional
hex-encode key to read it better (this is often ascii)
from field: bytes key = 1;
base64-encode raw value
from field: bytes value = 2;
Static
Readonly
Model is a struct that holds a KV pair
Generated
from message cosmwasm.wasm.v1.Model