bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Model is a struct that holds a KV pair

    from message cosmwasm.wasm.v1.Model

    Hierarchy

    Index

    Constructors

    Properties

    key: Uint8Array<ArrayBuffer> = ...

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

    from field: bytes key = 1;

    value: Uint8Array<ArrayBuffer> = ...

    base64-encode raw value

    from field: bytes value = 2;

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

    Methods