Left Curve Software Stack
    Preparing search index...

    Type Alias Message

    Message:
        | { configure: MsgConfigure }
        | { upgrade: MsgUpgrade }
        | { transfer: MsgTransfer }
        | { upload: MsgStoreCode }
        | { instantiate: MsgInstantiate }
        | { execute: MsgExecute }
        | { migrate: MsgMigrate }

    Type Declaration

    • { configure: MsgConfigure }

      Update the chain- and app-level configurations.

    • { upgrade: MsgUpgrade }

      Schedule a chain upgrade at a future block.

    • { transfer: MsgTransfer }

      Send coins to the given recipient address.

    • { upload: MsgStoreCode }

      Upload a Wasm binary code and store it in the chain's state.

    • { instantiate: MsgInstantiate }

      Instantiate a new contract.

    • { execute: MsgExecute }

      Execute a contract.

    • { migrate: MsgMigrate }

      Update the code hash associated with a contract.