FeePool is the global fee pool for distribution.

interface FeePool {
    communityPool: DecCoin[];
}

Properties

Properties

communityPool: DecCoin[]