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

    Class MsgExecuteContract

    MsgExecuteContract submits the given message data to a smart contract

    from message cosmwasm.wasm.v1.MsgExecuteContract

    Hierarchy

    Index

    Constructors

    Properties

    contract: string = ""

    Contract is the address of the smart contract

    from field: string contract = 2;

    funds: Coin[] = []

    Funds coins that are transferred to the contract on execution

    from field: repeated cosmos.base.v1beta1.Coin funds = 5;

    msg: Uint8Array<ArrayBuffer> = ...

    Msg json encoded message to be passed to the contract

    from field: bytes msg = 3;

    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.MsgExecuteContract"

    Methods