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

    Class MsgUpdateContractLabel

    MsgUpdateContractLabel sets a new label for a smart contract

    from message cosmwasm.wasm.v1.MsgUpdateContractLabel

    Hierarchy

    Index

    Constructors

    Properties

    contract: string = ""

    Contract is the address of the smart contract

    from field: string contract = 3;

    newLabel: string = ""

    NewLabel string to be set

    from field: string new_label = 2;

    sender: string = ""

    Sender is the that actor that signed the messages

    from field: string sender = 1;

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

    Methods