Interface QueryPinnedCodesResponseAminoMsg

interface QueryPinnedCodesResponseAminoMsg {
    type: "wasm/QueryPinnedCodesResponse";
    value: QueryPinnedCodesResponseAmino;
}

Properties

Properties

type: "wasm/QueryPinnedCodesResponse"