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

interface QueryCommunityPoolResponseAmino {
    pool?: DecCoinAmino[];
}

Properties

Properties

pool?: DecCoinAmino[]

pool defines community pool's coins.