Interface QueryAllContractStateRequestAminoMsg

interface QueryAllContractStateRequestAminoMsg {
    type: "wasm/QueryAllContractStateRequest";
    value: QueryAllContractStateRequestAmino;
}

Properties

Properties

type: "wasm/QueryAllContractStateRequest"