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

interface QueryCommunityPoolResponse {
    pool: DecCoin[];
}

Properties

Properties

pool: DecCoin[]

pool defines community pool's coins.