Interface QueryCommunityPoolResponseSDKType

QueryCommunityPoolResponse is the response type for the Query/CommunityPool RPC method.

interface QueryCommunityPoolResponseSDKType {
    pool: DecCoinSDKType[];
}

Properties

Properties