Interface QueryCommunityPoolResponseAminoMsg

interface QueryCommunityPoolResponseAminoMsg {
    type: "cosmos-sdk/QueryCommunityPoolResponse";
    value: QueryCommunityPoolResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryCommunityPoolResponse"