Interface QueryRawContractStateRequestAminoMsg

interface QueryRawContractStateRequestAminoMsg {
    type: "wasm/QueryRawContractStateRequest";
    value: QueryRawContractStateRequestAmino;
}

Properties

Properties

type: "wasm/QueryRawContractStateRequest"