Interface UserDepositStakingInfo
interface UserDepositStakingInfo {
currentRound?: number;
escrowAddress: string;
optedIntoAssets: Set<number>;
stakingPrograms: UserDepositStakingProgramInfo[];
userAddress: string;
}
currentRound?: number;
escrowAddress: string;
optedIntoAssets: Set<number>;
stakingPrograms: UserDepositStakingProgramInfo[];
userAddress: string;
}