ReplenishParam

Git Source

struct ReplenishParam {
    address token;
    address receiver;
    uint16 poolVersion;
    uint256 topUpEth;
    uint256 topUpReth;
}