Left Curve Software Stack
    Preparing search index...

    Type Alias MsgExecute

    type MsgExecute = {
        contract: Address;
        funds?: Funds;
        msg: Json;
    }
    Index

    Properties

    Properties

    contract: Address
    funds?: Funds
    msg: Json