interface DistributeRewards {
    pool_address: string;
    rewards_amount: bigint;
}

Properties

pool_address: string
rewards_amount: bigint