Left Curve Software Stack
    Preparing search index...

    Type Alias MsgInstantiate

    type MsgInstantiate = {
        admin?: string;
        codeHash: Hex;
        funds?: Funds;
        msg: Json;
        salt: Base64;
    }
    Index

    Properties

    admin?: string
    codeHash: Hex
    funds?: Funds
    msg: Json
    salt: Base64