Interface QueryRawContractStateResponseAminoMsg

interface QueryRawContractStateResponseAminoMsg {
    type: "wasm/QueryRawContractStateResponse";
    value: QueryRawContractStateResponseAmino;
}

Properties

Properties

type: "wasm/QueryRawContractStateResponse"